public interface CouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CouchDbSourceSpecFluent.SinkNested<N> |
io.fabric8.kubernetes.api.model.ObjectReference getCredentials()
A withCredentials(io.fabric8.kubernetes.api.model.ObjectReference credentials)
Boolean hasCredentials()
String getDatabase()
Boolean hasDatabase()
A withNewDatabase(StringBuilder arg1)
A withNewDatabase(StringBuffer arg1)
String getFeed()
Boolean hasFeed()
A withNewFeed(StringBuilder arg1)
A withNewFeed(StringBuffer arg1)
String getServiceAccountName()
Boolean hasServiceAccountName()
A withNewServiceAccountName(StringBuilder arg1)
A withNewServiceAccountName(StringBuffer arg1)
@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.