Class HTTPIngressPathFluentImpl<A extends HTTPIngressPathFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.networking.v1beta1.HTTPIngressPathFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,HTTPIngressPathFluent<A>
- Direct Known Subclasses:
DoneableHTTPIngressPath,HTTPIngressPathBuilder,HTTPIngressRuleValueFluentImpl.PathsNestedImpl
public class HTTPIngressPathFluentImpl<A extends HTTPIngressPathFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HTTPIngressPathFluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classHTTPIngressPathFluentImpl.BackendNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.networking.v1beta1.HTTPIngressPathFluent
HTTPIngressPathFluent.BackendNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description HTTPIngressPathFluentImpl()HTTPIngressPathFluentImpl(HTTPIngressPath instance) -
Method Summary
Modifier and Type Method Description IngressBackendbuildBackend()HTTPIngressPathFluent.BackendNested<A>editBackend()HTTPIngressPathFluent.BackendNested<A>editOrNewBackend()HTTPIngressPathFluent.BackendNested<A>editOrNewBackendLike(IngressBackend item)booleanequals(Object o)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)
-
Constructor Details
-
HTTPIngressPathFluentImpl
public HTTPIngressPathFluentImpl() -
HTTPIngressPathFluentImpl
-
-
Method Details
-
getBackend
Deprecated.This method has been deprecated, please use method buildBackend instead.- Specified by:
getBackendin interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>- Returns:
- The buildable object.
-
buildBackend
- Specified by:
buildBackendin interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withBackend
- Specified by:
withBackendin interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
hasBackend
- Specified by:
hasBackendin interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewBackend
- Specified by:
withNewBackendin interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewBackendLike
- Specified by:
withNewBackendLikein interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
editBackend
- Specified by:
editBackendin interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
editOrNewBackend
- Specified by:
editOrNewBackendin interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
editOrNewBackendLike
- Specified by:
editOrNewBackendLikein interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
getPath
- Specified by:
getPathin interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withPath
- Specified by:
withPathin interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
hasPath
- Specified by:
hasPathin interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
getPathType
- Specified by:
getPathTypein interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withPathType
- Specified by:
withPathTypein interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
hasPathType
- Specified by:
hasPathTypein interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewPathType
- Specified by:
withNewPathTypein interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewPathType
- Specified by:
withNewPathTypein interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewPathType
- Specified by:
withNewPathTypein interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
equals
-