io.kubernetes.client.openapi.models.ExtensionsV1beta1IngressBackendFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
import java.lang.StringBuilder;
import io.kubernetes.client.custom.IntOrString;
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 ExtensionsV1beta1IngressBackendFluent> extends Fluent {
/**
* This method has been deprecated, please use method buildResource instead.
* @return The buildable object.
*/
@Deprecated public V1TypedLocalObjectReference getResource();
public V1TypedLocalObjectReference buildResource();
public A withResource(V1TypedLocalObjectReference resource);
public Boolean hasResource();
public ExtensionsV1beta1IngressBackendFluent.ResourceNested withNewResource();
public ExtensionsV1beta1IngressBackendFluent.ResourceNested withNewResourceLike(V1TypedLocalObjectReference item);
public ExtensionsV1beta1IngressBackendFluent.ResourceNested editResource();
public ExtensionsV1beta1IngressBackendFluent.ResourceNested editOrNewResource();
public ExtensionsV1beta1IngressBackendFluent.ResourceNested editOrNewResourceLike(V1TypedLocalObjectReference item);
public String getServiceName();
public A withServiceName(String serviceName);
public Boolean hasServiceName();
public A withNewServiceName(String arg1);
public A withNewServiceName(StringBuilder arg1);
public A withNewServiceName(StringBuffer arg1);
public IntOrString getServicePort();
public A withServicePort(IntOrString servicePort);
public Boolean hasServicePort();
public A withNewServicePort(final int value);
public A withNewServicePort(final String value);
public interface ResourceNested extends io.kubernetes.client.fluent.Nested,V1TypedLocalObjectReferenceFluent> {
public N and();
public N endResource(); }
}