Class CouchDbSourceSpecFluentImpl<A extends CouchDbSourceSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.eventing.contrib.couchdb.v1alpha1.CouchDbSourceSpecFluentImpl<A>
-
- All Implemented Interfaces:
CouchDbSourceSpecFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
CouchDbSourceFluentImpl.SpecNestedImpl,CouchDbSourceSpecBuilder
public class CouchDbSourceSpecFluentImpl<A extends CouchDbSourceSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CouchDbSourceSpecFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classCouchDbSourceSpecFluentImpl.SinkNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.knative.eventing.contrib.couchdb.v1alpha1.CouchDbSourceSpecFluent
CouchDbSourceSpecFluent.SinkNested<N>
-
-
Constructor Summary
Constructors Constructor Description CouchDbSourceSpecFluentImpl()CouchDbSourceSpecFluentImpl(CouchDbSourceSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
CouchDbSourceSpecFluentImpl
public CouchDbSourceSpecFluentImpl()
-
CouchDbSourceSpecFluentImpl
public CouchDbSourceSpecFluentImpl(CouchDbSourceSpec instance)
-
-
Method Detail
-
getCredentials
public io.fabric8.kubernetes.api.model.ObjectReference getCredentials()
- Specified by:
getCredentialsin interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
withCredentials
public A withCredentials(io.fabric8.kubernetes.api.model.ObjectReference credentials)
- Specified by:
withCredentialsin interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
hasCredentials
public Boolean hasCredentials()
- Specified by:
hasCredentialsin interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
getDatabase
public String getDatabase()
- Specified by:
getDatabasein interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
withDatabase
public A withDatabase(String database)
- Specified by:
withDatabasein interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
hasDatabase
public Boolean hasDatabase()
- Specified by:
hasDatabasein interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
withNewDatabase
public A withNewDatabase(String arg1)
- Specified by:
withNewDatabasein interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
withNewDatabase
public A withNewDatabase(StringBuilder arg1)
- Specified by:
withNewDatabasein interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
withNewDatabase
public A withNewDatabase(StringBuffer arg1)
- Specified by:
withNewDatabasein interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
getFeed
public String getFeed()
- Specified by:
getFeedin interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
withFeed
public A withFeed(String feed)
- Specified by:
withFeedin interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
hasFeed
public Boolean hasFeed()
- Specified by:
hasFeedin interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
withNewFeed
public A withNewFeed(String arg1)
- Specified by:
withNewFeedin interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
withNewFeed
public A withNewFeed(StringBuilder arg1)
- Specified by:
withNewFeedin interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
withNewFeed
public A withNewFeed(StringBuffer arg1)
- Specified by:
withNewFeedin interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
getServiceAccountName
public String getServiceAccountName()
- Specified by:
getServiceAccountNamein interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
withServiceAccountName
public A withServiceAccountName(String serviceAccountName)
- Specified by:
withServiceAccountNamein interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
hasServiceAccountName
public Boolean hasServiceAccountName()
- Specified by:
hasServiceAccountNamein interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
withNewServiceAccountName
public A withNewServiceAccountName(String arg1)
- Specified by:
withNewServiceAccountNamein interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
withNewServiceAccountName
public A withNewServiceAccountName(StringBuilder arg1)
- Specified by:
withNewServiceAccountNamein interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
withNewServiceAccountName
public A withNewServiceAccountName(StringBuffer arg1)
- Specified by:
withNewServiceAccountNamein interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
getSink
@Deprecated public Destination getSink()
Deprecated.This method has been deprecated, please use method buildSink instead.- Specified by:
getSinkin interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>- Returns:
- The buildable object.
-
buildSink
public Destination buildSink()
- Specified by:
buildSinkin interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
withSink
public A withSink(Destination sink)
- Specified by:
withSinkin interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
hasSink
public Boolean hasSink()
- Specified by:
hasSinkin interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
withNewSink
public CouchDbSourceSpecFluent.SinkNested<A> withNewSink()
- Specified by:
withNewSinkin interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
withNewSinkLike
public CouchDbSourceSpecFluent.SinkNested<A> withNewSinkLike(Destination item)
- Specified by:
withNewSinkLikein interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
editSink
public CouchDbSourceSpecFluent.SinkNested<A> editSink()
- Specified by:
editSinkin interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
editOrNewSink
public CouchDbSourceSpecFluent.SinkNested<A> editOrNewSink()
- Specified by:
editOrNewSinkin interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
editOrNewSinkLike
public CouchDbSourceSpecFluent.SinkNested<A> editOrNewSinkLike(Destination item)
- Specified by:
editOrNewSinkLikein interfaceCouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
-
-