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

annotations.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.Destination;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import io.fabric8.knative.internal.pkg.apis.duck.v1.DestinationFluent;
import io.fabric8.kubernetes.api.model.ObjectReference;
import io.fabric8.kubernetes.api.model.ObjectReferenceFluent;
import java.lang.Deprecated;
import io.fabric8.kubernetes.api.model.ObjectReferenceBuilder;
import io.fabric8.knative.internal.pkg.apis.duck.v1.DestinationBuilder;
import java.lang.Object;
import java.lang.Boolean;
import java.util.Map;

public interface CouchDbSourceSpecFluent> extends io.fabric8.kubernetes.api.builder.Fluent {


    
    @java.lang.Deprecated
        
    /**
     * This method has been deprecated, please use method buildCredentials instead.
     * @return The buildable object.
     */
        public io.fabric8.kubernetes.api.model.ObjectReference getCredentials();
    public io.fabric8.kubernetes.api.model.ObjectReference buildCredentials();
    public A withCredentials(io.fabric8.kubernetes.api.model.ObjectReference credentials);
    public java.lang.Boolean hasCredentials();
    public io.fabric8.knative.eventing.contrib.couchdb.v1alpha1.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 java.lang.String getDatabase();
    public A withDatabase(java.lang.String database);
    public java.lang.Boolean hasDatabase();
    
    @java.lang.Deprecated
        
    /**
     * Method is deprecated. use withDatabase instead.
     */
        public A withNewDatabase(java.lang.String arg0);
    public java.lang.String getFeed();
    public A withFeed(java.lang.String feed);
    public java.lang.Boolean hasFeed();
    
    @java.lang.Deprecated
        
    /**
     * Method is deprecated. use withFeed instead.
     */
        public A withNewFeed(java.lang.String arg0);
    public java.lang.String getServiceAccountName();
    public A withServiceAccountName(java.lang.String serviceAccountName);
    public java.lang.Boolean hasServiceAccountName();
    
    @java.lang.Deprecated
        
    /**
     * Method is deprecated. use withServiceAccountName instead.
     */
        public A withNewServiceAccountName(java.lang.String arg0);
    
    @java.lang.Deprecated
        
    /**
     * This method has been deprecated, please use method buildSink instead.
     * @return The buildable object.
     */
        public io.fabric8.knative.internal.pkg.apis.duck.v1.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 io.fabric8.knative.eventing.contrib.couchdb.v1alpha1.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 io.fabric8.kubernetes.api.builder.Nested,io.fabric8.kubernetes.api.model.ObjectReferenceFluent> {

            public N and();
            public N endCredentials();    }


    public interface SinkNested extends io.fabric8.kubernetes.api.builder.Nested,io.fabric8.knative.internal.pkg.apis.duck.v1.DestinationFluent> {

            public N and();
            public N endSink();    }


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy