io.fabric8.knative.eventing.contrib.couchdb.v1alpha1.CouchDbSourceSpecFluent Maven / Gradle / Ivy
package io.fabric8.knative.eventing.contrib.couchdb.v1alpha1;
import io.fabric8.knative.internal.pkg.apis.duck.v1.DestinationFluent;
import io.fabric8.knative.internal.pkg.apis.duck.v1.Destination;
import io.fabric8.kubernetes.api.model.ObjectReference;
import io.fabric8.kubernetes.api.model.ObjectReferenceFluent;
import java.lang.Deprecated;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import java.lang.Boolean;
/**
* Generated
*/
public interface CouchDbSourceSpecFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildCredentials instead.
* @return The buildable object.
*/
@Deprecated
public ObjectReference getCredentials();
public ObjectReference buildCredentials();
public A withCredentials(ObjectReference credentials);
public Boolean hasCredentials();
public CouchDbSourceSpecFluent.CredentialsNested withNewCredentials();
public CouchDbSourceSpecFluent.CredentialsNested withNewCredentialsLike(ObjectReference item);
public CouchDbSourceSpecFluent.CredentialsNested editCredentials();
public CouchDbSourceSpecFluent.CredentialsNested editOrNewCredentials();
public CouchDbSourceSpecFluent.CredentialsNested editOrNewCredentialsLike(ObjectReference item);
public String getDatabase();
public A withDatabase(String database);
public Boolean hasDatabase();
public String getFeed();
public A withFeed(String feed);
public Boolean hasFeed();
public String getServiceAccountName();
public A withServiceAccountName(String serviceAccountName);
public Boolean hasServiceAccountName();
/**
* This method has been deprecated, please use method buildSink instead.
* @return The buildable object.
*/
@Deprecated
public Destination getSink();
public Destination buildSink();
public A withSink(Destination sink);
public Boolean hasSink();
public CouchDbSourceSpecFluent.SinkNested withNewSink();
public CouchDbSourceSpecFluent.SinkNested withNewSinkLike(Destination item);
public CouchDbSourceSpecFluent.SinkNested editSink();
public CouchDbSourceSpecFluent.SinkNested editOrNewSink();
public CouchDbSourceSpecFluent.SinkNested editOrNewSinkLike(Destination item);
public interface CredentialsNested extends Nested,ObjectReferenceFluent>{
public N and();
public N endCredentials();
}
public interface SinkNested extends Nested,DestinationFluent>{
public N and();
public N endSink();
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy