public class CouchDbSourceSpecFluent<A extends CouchDbSourceSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CouchDbSourceSpecFluent.CredentialsNested<N> |
class |
CouchDbSourceSpecFluent.SinkNested<N> |
| Constructor and Description |
|---|
CouchDbSourceSpecFluent() |
CouchDbSourceSpecFluent(CouchDbSourceSpec instance) |
public CouchDbSourceSpecFluent()
public CouchDbSourceSpecFluent(CouchDbSourceSpec instance)
protected void copyInstance(CouchDbSourceSpec instance)
public io.fabric8.kubernetes.api.model.ObjectReference buildCredentials()
public A withCredentials(io.fabric8.kubernetes.api.model.ObjectReference credentials)
public boolean hasCredentials()
public CouchDbSourceSpecFluent.CredentialsNested<A> withNewCredentials()
public CouchDbSourceSpecFluent.CredentialsNested<A> withNewCredentialsLike(io.fabric8.kubernetes.api.model.ObjectReference item)
public CouchDbSourceSpecFluent.CredentialsNested<A> editCredentials()
public CouchDbSourceSpecFluent.CredentialsNested<A> editOrNewCredentials()
public CouchDbSourceSpecFluent.CredentialsNested<A> editOrNewCredentialsLike(io.fabric8.kubernetes.api.model.ObjectReference item)
public String getDatabase()
public boolean hasDatabase()
public String getFeed()
public boolean hasFeed()
public String getServiceAccountName()
public boolean hasServiceAccountName()
public Destination buildSink()
public A withSink(Destination sink)
public boolean hasSink()
public CouchDbSourceSpecFluent.SinkNested<A> withNewSink()
public CouchDbSourceSpecFluent.SinkNested<A> withNewSinkLike(Destination item)
public CouchDbSourceSpecFluent.SinkNested<A> editSink()
public CouchDbSourceSpecFluent.SinkNested<A> editOrNewSink()
public CouchDbSourceSpecFluent.SinkNested<A> editOrNewSinkLike(Destination item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CouchDbSourceSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CouchDbSourceSpecFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.