public interface CouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CouchDbSourceSpecFluent.CredentialsNested<N> |
static interface |
CouchDbSourceSpecFluent.SinkNested<N> |
@Deprecated io.fabric8.kubernetes.api.model.ObjectReference getCredentials()
io.fabric8.kubernetes.api.model.ObjectReference buildCredentials()
A withCredentials(io.fabric8.kubernetes.api.model.ObjectReference credentials)
Boolean hasCredentials()
CouchDbSourceSpecFluent.CredentialsNested<A> withNewCredentials()
CouchDbSourceSpecFluent.CredentialsNested<A> withNewCredentialsLike(io.fabric8.kubernetes.api.model.ObjectReference item)
CouchDbSourceSpecFluent.CredentialsNested<A> editCredentials()
CouchDbSourceSpecFluent.CredentialsNested<A> editOrNewCredentials()
CouchDbSourceSpecFluent.CredentialsNested<A> editOrNewCredentialsLike(io.fabric8.kubernetes.api.model.ObjectReference item)
String getDatabase()
Boolean hasDatabase()
@Deprecated A withNewDatabase(String arg0)
String getFeed()
Boolean hasFeed()
@Deprecated A withNewFeed(String arg0)
String getServiceAccountName()
Boolean hasServiceAccountName()
@Deprecated A withNewServiceAccountName(String arg0)
@Deprecated Destination getSink()
Destination buildSink()
A withSink(Destination sink)
Boolean hasSink()
CouchDbSourceSpecFluent.SinkNested<A> withNewSink()
CouchDbSourceSpecFluent.SinkNested<A> withNewSinkLike(Destination item)
CouchDbSourceSpecFluent.SinkNested<A> editSink()
CouchDbSourceSpecFluent.SinkNested<A> editOrNewSink()
CouchDbSourceSpecFluent.SinkNested<A> editOrNewSinkLike(Destination item)
Copyright © 2015–2021 Red Hat. All rights reserved.