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

io.kubernetes.client.models.ExtensionsV1beta1DeploymentFluent Maven / Gradle / Ivy

package io.kubernetes.client.models;

import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.String;
import java.lang.Deprecated;
import java.lang.Boolean;

public interface ExtensionsV1beta1DeploymentFluent> extends Fluent{


    public String getApiVersion();
    public A withApiVersion(String apiVersion);
    public Boolean hasApiVersion();
    public String getKind();
    public A withKind(String kind);
    public Boolean hasKind();
    
/**
 * This method has been deprecated, please use method buildMetadata instead.
 */
@Deprecated public V1ObjectMeta getMetadata();
    public V1ObjectMeta buildMetadata();
    public A withMetadata(V1ObjectMeta metadata);
    public Boolean hasMetadata();
    public ExtensionsV1beta1DeploymentFluent.MetadataNested withNewMetadata();
    public ExtensionsV1beta1DeploymentFluent.MetadataNested withNewMetadataLike(V1ObjectMeta item);
    public ExtensionsV1beta1DeploymentFluent.MetadataNested editMetadata();
    public ExtensionsV1beta1DeploymentFluent.MetadataNested editOrNewMetadata();
    public ExtensionsV1beta1DeploymentFluent.MetadataNested editOrNewMetadataLike(V1ObjectMeta item);
    
/**
 * This method has been deprecated, please use method buildSpec instead.
 */
@Deprecated public ExtensionsV1beta1DeploymentSpec getSpec();
    public ExtensionsV1beta1DeploymentSpec buildSpec();
    public A withSpec(ExtensionsV1beta1DeploymentSpec spec);
    public Boolean hasSpec();
    public ExtensionsV1beta1DeploymentFluent.SpecNested withNewSpec();
    public ExtensionsV1beta1DeploymentFluent.SpecNested withNewSpecLike(ExtensionsV1beta1DeploymentSpec item);
    public ExtensionsV1beta1DeploymentFluent.SpecNested editSpec();
    public ExtensionsV1beta1DeploymentFluent.SpecNested editOrNewSpec();
    public ExtensionsV1beta1DeploymentFluent.SpecNested editOrNewSpecLike(ExtensionsV1beta1DeploymentSpec item);
    
/**
 * This method has been deprecated, please use method buildStatus instead.
 */
@Deprecated public ExtensionsV1beta1DeploymentStatus getStatus();
    public ExtensionsV1beta1DeploymentStatus buildStatus();
    public A withStatus(ExtensionsV1beta1DeploymentStatus status);
    public Boolean hasStatus();
    public ExtensionsV1beta1DeploymentFluent.StatusNested withNewStatus();
    public ExtensionsV1beta1DeploymentFluent.StatusNested withNewStatusLike(ExtensionsV1beta1DeploymentStatus item);
    public ExtensionsV1beta1DeploymentFluent.StatusNested editStatus();
    public ExtensionsV1beta1DeploymentFluent.StatusNested editOrNewStatus();
    public ExtensionsV1beta1DeploymentFluent.StatusNested editOrNewStatusLike(ExtensionsV1beta1DeploymentStatus item);

    public interface MetadataNested extends io.kubernetes.client.fluent.Nested,V1ObjectMetaFluent>{

        
    public N and();    public N endMetadata();
}
    public interface SpecNested extends io.kubernetes.client.fluent.Nested,ExtensionsV1beta1DeploymentSpecFluent>{

        
    public N and();    public N endSpec();
}
    public interface StatusNested extends io.kubernetes.client.fluent.Nested,ExtensionsV1beta1DeploymentStatusFluent>{

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


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy