All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy