io.kubernetes.client.openapi.models.V1beta1FlowSchemaFluent Maven / Gradle / Ivy
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 V1beta1FlowSchemaFluent> 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 V1beta1FlowSchemaFluent.MetadataNested withNewMetadata();
public V1beta1FlowSchemaFluent.MetadataNested withNewMetadataLike(V1ObjectMeta item);
public V1beta1FlowSchemaFluent.MetadataNested editMetadata();
public V1beta1FlowSchemaFluent.MetadataNested editOrNewMetadata();
public V1beta1FlowSchemaFluent.MetadataNested editOrNewMetadataLike(V1ObjectMeta item);
/**
* This method has been deprecated, please use method buildSpec instead.
* @return The buildable object.
*/
@Deprecated public V1beta1FlowSchemaSpec getSpec();
public V1beta1FlowSchemaSpec buildSpec();
public A withSpec(V1beta1FlowSchemaSpec spec);
public Boolean hasSpec();
public V1beta1FlowSchemaFluent.SpecNested withNewSpec();
public V1beta1FlowSchemaFluent.SpecNested withNewSpecLike(V1beta1FlowSchemaSpec item);
public V1beta1FlowSchemaFluent.SpecNested editSpec();
public V1beta1FlowSchemaFluent.SpecNested editOrNewSpec();
public V1beta1FlowSchemaFluent.SpecNested editOrNewSpecLike(V1beta1FlowSchemaSpec item);
/**
* This method has been deprecated, please use method buildStatus instead.
* @return The buildable object.
*/
@Deprecated public V1beta1FlowSchemaStatus getStatus();
public V1beta1FlowSchemaStatus buildStatus();
public A withStatus(V1beta1FlowSchemaStatus status);
public Boolean hasStatus();
public V1beta1FlowSchemaFluent.StatusNested withNewStatus();
public V1beta1FlowSchemaFluent.StatusNested withNewStatusLike(V1beta1FlowSchemaStatus item);
public V1beta1FlowSchemaFluent.StatusNested editStatus();
public V1beta1FlowSchemaFluent.StatusNested editOrNewStatus();
public V1beta1FlowSchemaFluent.StatusNested editOrNewStatusLike(V1beta1FlowSchemaStatus 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,V1beta1FlowSchemaSpecFluent> {
public N and();
public N endSpec(); }
public interface StatusNested extends io.kubernetes.client.fluent.Nested,V1beta1FlowSchemaStatusFluent> {
public N and();
public N endStatus(); }
}