io.kubernetes.client.openapi.models.ExtensionsV1beta1HTTPIngressPathFluent 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 ExtensionsV1beta1HTTPIngressPathFluent> extends Fluent {
/**
* This method has been deprecated, please use method buildBackend instead.
* @return The buildable object.
*/
@Deprecated public ExtensionsV1beta1IngressBackend getBackend();
public ExtensionsV1beta1IngressBackend buildBackend();
public A withBackend(ExtensionsV1beta1IngressBackend backend);
public Boolean hasBackend();
public ExtensionsV1beta1HTTPIngressPathFluent.BackendNested withNewBackend();
public ExtensionsV1beta1HTTPIngressPathFluent.BackendNested withNewBackendLike(ExtensionsV1beta1IngressBackend item);
public ExtensionsV1beta1HTTPIngressPathFluent.BackendNested editBackend();
public ExtensionsV1beta1HTTPIngressPathFluent.BackendNested editOrNewBackend();
public ExtensionsV1beta1HTTPIngressPathFluent.BackendNested editOrNewBackendLike(ExtensionsV1beta1IngressBackend item);
public String getPath();
public A withPath(String path);
public Boolean hasPath();
public A withNewPath(String arg1);
public A withNewPath(StringBuilder arg1);
public A withNewPath(StringBuffer arg1);
public String getPathType();
public A withPathType(String pathType);
public Boolean hasPathType();
public A withNewPathType(String arg1);
public A withNewPathType(StringBuilder arg1);
public A withNewPathType(StringBuffer arg1);
public interface BackendNested extends io.kubernetes.client.fluent.Nested,ExtensionsV1beta1IngressBackendFluent> {
public N and();
public N endBackend(); }
}