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