Interface CouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
CouchDbSourceFluent.SpecNested<N>
- All Known Implementing Classes:
CouchDbSourceFluentImpl.SpecNestedImpl,CouchDbSourceSpecBuilder,CouchDbSourceSpecFluentImpl
public interface CouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCouchDbSourceSpecFluent.SinkNested<N>
-
Method Summary
-
-
-
Method Detail
-
getCredentials
io.fabric8.kubernetes.api.model.ObjectReference getCredentials()
-
withCredentials
A withCredentials(io.fabric8.kubernetes.api.model.ObjectReference credentials)
-
hasCredentials
Boolean hasCredentials()
-
getDatabase
String getDatabase()
-
hasDatabase
Boolean hasDatabase()
-
withNewDatabase
A withNewDatabase(StringBuilder arg1)
-
withNewDatabase
A withNewDatabase(StringBuffer arg1)
-
getFeed
String getFeed()
-
hasFeed
Boolean hasFeed()
-
withNewFeed
A withNewFeed(StringBuilder arg1)
-
withNewFeed
A withNewFeed(StringBuffer arg1)
-
getServiceAccountName
String getServiceAccountName()
-
hasServiceAccountName
Boolean hasServiceAccountName()
-
withNewServiceAccountName
A withNewServiceAccountName(StringBuilder arg1)
-
withNewServiceAccountName
A withNewServiceAccountName(StringBuffer arg1)
-
getSink
@Deprecated Destination getSink()
Deprecated.This method has been deprecated, please use method buildSink instead.- Returns:
- The buildable object.
-
buildSink
Destination buildSink()
-
withSink
A withSink(Destination sink)
-
hasSink
Boolean hasSink()
-
withNewSink
CouchDbSourceSpecFluent.SinkNested<A> withNewSink()
-
withNewSinkLike
CouchDbSourceSpecFluent.SinkNested<A> withNewSinkLike(Destination item)
-
editSink
CouchDbSourceSpecFluent.SinkNested<A> editSink()
-
editOrNewSink
CouchDbSourceSpecFluent.SinkNested<A> editOrNewSink()
-
editOrNewSinkLike
CouchDbSourceSpecFluent.SinkNested<A> editOrNewSinkLike(Destination item)
-
-