Interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
HTTPIngressRuleValueFluent.PathsNested<N>
- All Known Implementing Classes:
DoneableHTTPIngressPath,HTTPIngressPathBuilder,HTTPIngressPathFluentImpl,HTTPIngressRuleValueFluentImpl.PathsNestedImpl
public interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHTTPIngressPathFluent.BackendNested<N> -
Method Summary
Modifier and Type Method Description IngressBackendbuildBackend()HTTPIngressPathFluent.BackendNested<A>editBackend()HTTPIngressPathFluent.BackendNested<A>editOrNewBackend()HTTPIngressPathFluent.BackendNested<A>editOrNewBackendLike(IngressBackend item)IngressBackendgetBackend()Deprecated.StringgetPath()StringgetPathType()BooleanhasBackend()BooleanhasPath()BooleanhasPathType()AwithBackend(IngressBackend backend)HTTPIngressPathFluent.BackendNested<A>withNewBackend()HTTPIngressPathFluent.BackendNested<A>withNewBackendLike(IngressBackend item)AwithNewPath(String arg1)AwithNewPath(StringBuffer arg1)AwithNewPath(StringBuilder arg1)AwithNewPathType(String arg1)AwithNewPathType(StringBuffer arg1)AwithNewPathType(StringBuilder arg1)AwithPath(String path)AwithPathType(String pathType)
-
Method Details
-
getBackend
Deprecated.This method has been deprecated, please use method buildBackend instead.- Returns:
- The buildable object.
-
buildBackend
IngressBackend buildBackend() -
withBackend
-
hasBackend
Boolean hasBackend() -
withNewBackend
HTTPIngressPathFluent.BackendNested<A> withNewBackend() -
withNewBackendLike
-
editBackend
HTTPIngressPathFluent.BackendNested<A> editBackend() -
editOrNewBackend
HTTPIngressPathFluent.BackendNested<A> editOrNewBackend() -
editOrNewBackendLike
-
getPath
String getPath() -
withPath
-
hasPath
Boolean hasPath() -
withNewPath
-
withNewPath
-
withNewPath
-
getPathType
String getPathType() -
withPathType
-
hasPathType
Boolean hasPathType() -
withNewPathType
-
withNewPathType
-
withNewPathType
-