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

io.kubernetes.client.openapi.models.V1ResourceQuotaFluent Maven / Gradle / Ivy

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.openapi.models;

import java.lang.StringBuilder;
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.StringBuffer;
import java.lang.Deprecated;
import java.lang.Boolean;

public interface V1ResourceQuotaFluent> 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);
    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.
 */
@Deprecated public V1ObjectMeta getMetadata();
    public V1ObjectMeta buildMetadata();
    public A withMetadata(V1ObjectMeta metadata);
    public Boolean hasMetadata();
    public V1ResourceQuotaFluent.MetadataNested withNewMetadata();
    public V1ResourceQuotaFluent.MetadataNested withNewMetadataLike(V1ObjectMeta item);
    public V1ResourceQuotaFluent.MetadataNested editMetadata();
    public V1ResourceQuotaFluent.MetadataNested editOrNewMetadata();
    public V1ResourceQuotaFluent.MetadataNested editOrNewMetadataLike(V1ObjectMeta item);
    
/**
 * This method has been deprecated, please use method buildSpec instead.
 * @return The buildable object.
 */
@Deprecated public V1ResourceQuotaSpec getSpec();
    public V1ResourceQuotaSpec buildSpec();
    public A withSpec(V1ResourceQuotaSpec spec);
    public Boolean hasSpec();
    public V1ResourceQuotaFluent.SpecNested withNewSpec();
    public V1ResourceQuotaFluent.SpecNested withNewSpecLike(V1ResourceQuotaSpec item);
    public V1ResourceQuotaFluent.SpecNested editSpec();
    public V1ResourceQuotaFluent.SpecNested editOrNewSpec();
    public V1ResourceQuotaFluent.SpecNested editOrNewSpecLike(V1ResourceQuotaSpec item);
    
/**
 * This method has been deprecated, please use method buildStatus instead.
 * @return The buildable object.
 */
@Deprecated public V1ResourceQuotaStatus getStatus();
    public V1ResourceQuotaStatus buildStatus();
    public A withStatus(V1ResourceQuotaStatus status);
    public Boolean hasStatus();
    public V1ResourceQuotaFluent.StatusNested withNewStatus();
    public V1ResourceQuotaFluent.StatusNested withNewStatusLike(V1ResourceQuotaStatus item);
    public V1ResourceQuotaFluent.StatusNested editStatus();
    public V1ResourceQuotaFluent.StatusNested editOrNewStatus();
    public V1ResourceQuotaFluent.StatusNested editOrNewStatusLike(V1ResourceQuotaStatus 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,V1ResourceQuotaSpecFluent> {

        public N and();
        public N endSpec();    }


    public interface StatusNested extends io.kubernetes.client.fluent.Nested,V1ResourceQuotaStatusFluent> {

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


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy