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

io.fabric8.knative.legacysources.v1alpha1.ContainerSourceFluent Maven / Gradle / Ivy

package io.fabric8.knative.legacysources.v1alpha1;

import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.lang.StringBuilder;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import io.fabric8.kubernetes.api.model.ObjectMetaFluent;
import java.lang.Boolean;
import io.fabric8.kubernetes.api.model.ObjectMeta;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.model.ObjectMetaBuilder;
import java.lang.StringBuffer;
import java.lang.Object;
import java.util.Map;

public interface ContainerSourceFluent> extends Fluent{


    public String getApiVersion();
    public A withApiVersion(String apiVersion);
    public Boolean hasApiVersion();
    public A withNewApiVersion(String arg1);
    public A withNewApiVersion(StringBuilder arg1);
    public A withNewApiVersion(StringBuffer arg1);
    
/**
 * This method has been deprecated, please use method buildDeprecated instead.
 * @return The buildable object.
 */
@java.lang.Deprecated public Deprecated getDeprecated();
    public Deprecated buildDeprecated();
    public A withDeprecated(Deprecated deprecated);
    public Boolean hasDeprecated();
    public ContainerSourceFluent.DeprecatedNested withNewDeprecated();
    public ContainerSourceFluent.DeprecatedNested withNewDeprecatedLike(Deprecated item);
    public ContainerSourceFluent.DeprecatedNested editDeprecated();
    public ContainerSourceFluent.DeprecatedNested editOrNewDeprecated();
    public ContainerSourceFluent.DeprecatedNested editOrNewDeprecatedLike(Deprecated item);
    public String getKind();
    public A withKind(String kind);
    public Boolean hasKind();
    public A withNewKind(String arg1);
    public A withNewKind(StringBuilder arg1);
    public A withNewKind(StringBuffer arg1);
    
/**
 * This method has been deprecated, please use method buildMetadata instead.
 * @return The buildable object.
 */
@java.lang.Deprecated public ObjectMeta getMetadata();
    public ObjectMeta buildMetadata();
    public A withMetadata(ObjectMeta metadata);
    public Boolean hasMetadata();
    public ContainerSourceFluent.MetadataNested withNewMetadata();
    public ContainerSourceFluent.MetadataNested withNewMetadataLike(ObjectMeta item);
    public ContainerSourceFluent.MetadataNested editMetadata();
    public ContainerSourceFluent.MetadataNested editOrNewMetadata();
    public ContainerSourceFluent.MetadataNested editOrNewMetadataLike(ObjectMeta item);
    
/**
 * This method has been deprecated, please use method buildSpec instead.
 * @return The buildable object.
 */
@java.lang.Deprecated public ContainerSourceSpec getSpec();
    public ContainerSourceSpec buildSpec();
    public A withSpec(ContainerSourceSpec spec);
    public Boolean hasSpec();
    public ContainerSourceFluent.SpecNested withNewSpec();
    public ContainerSourceFluent.SpecNested withNewSpecLike(ContainerSourceSpec item);
    public ContainerSourceFluent.SpecNested editSpec();
    public ContainerSourceFluent.SpecNested editOrNewSpec();
    public ContainerSourceFluent.SpecNested editOrNewSpecLike(ContainerSourceSpec item);
    
/**
 * This method has been deprecated, please use method buildStatus instead.
 * @return The buildable object.
 */
@java.lang.Deprecated public ContainerSourceStatus getStatus();
    public ContainerSourceStatus buildStatus();
    public A withStatus(ContainerSourceStatus status);
    public Boolean hasStatus();
    public ContainerSourceFluent.StatusNested withNewStatus();
    public ContainerSourceFluent.StatusNested withNewStatusLike(ContainerSourceStatus item);
    public ContainerSourceFluent.StatusNested editStatus();
    public ContainerSourceFluent.StatusNested editOrNewStatus();
    public ContainerSourceFluent.StatusNested editOrNewStatusLike(ContainerSourceStatus item);

    public interface DeprecatedNested extends io.fabric8.kubernetes.api.builder.Nested,DeprecatedFluent>{

        
    public N and();    public N endDeprecated();
}
    public interface MetadataNested extends io.fabric8.kubernetes.api.builder.Nested,ObjectMetaFluent>{

        
    public N and();    public N endMetadata();
}
    public interface SpecNested extends io.fabric8.kubernetes.api.builder.Nested,ContainerSourceSpecFluent>{

        
    public N and();    public N endSpec();
}
    public interface StatusNested extends io.fabric8.kubernetes.api.builder.Nested,ContainerSourceStatusFluent>{

        
    public N and();    public N endStatus();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy