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 class
HTTPIngressPathFluentImpl.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 IngressBackend
buildBackend()
HTTPIngressPathFluent.BackendNested<A>
editBackend()
HTTPIngressPathFluent.BackendNested<A>
editOrNewBackend()
HTTPIngressPathFluent.BackendNested<A>
editOrNewBackendLike(IngressBackend item)
boolean
equals(Object o)
IngressBackend
getBackend()
Deprecated.String
getPath()
String
getPathType()
Boolean
hasBackend()
Boolean
hasPath()
Boolean
hasPathType()
A
withBackend(IngressBackend backend)
HTTPIngressPathFluent.BackendNested<A>
withNewBackend()
HTTPIngressPathFluent.BackendNested<A>
withNewBackendLike(IngressBackend item)
A
withNewPath(String arg1)
A
withNewPath(StringBuffer arg1)
A
withNewPath(StringBuilder arg1)
A
withNewPathType(String arg1)
A
withNewPathType(StringBuffer arg1)
A
withNewPathType(StringBuilder arg1)
A
withPath(String path)
A
withPathType(String pathType)
-
Constructor Details
-
HTTPIngressPathFluentImpl
public HTTPIngressPathFluentImpl() -
HTTPIngressPathFluentImpl
-
-
Method Details
-
getBackend
Deprecated.This method has been deprecated, please use method buildBackend instead.- Specified by:
getBackend
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
- Returns:
- The buildable object.
-
buildBackend
- Specified by:
buildBackend
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withBackend
- Specified by:
withBackend
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
hasBackend
- Specified by:
hasBackend
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewBackend
- Specified by:
withNewBackend
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewBackendLike
- Specified by:
withNewBackendLike
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
editBackend
- Specified by:
editBackend
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
editOrNewBackend
- Specified by:
editOrNewBackend
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
editOrNewBackendLike
- Specified by:
editOrNewBackendLike
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
getPath
- Specified by:
getPath
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withPath
- Specified by:
withPath
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
hasPath
- Specified by:
hasPath
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewPath
- Specified by:
withNewPath
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewPath
- Specified by:
withNewPath
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewPath
- Specified by:
withNewPath
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
getPathType
- Specified by:
getPathType
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withPathType
- Specified by:
withPathType
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
hasPathType
- Specified by:
hasPathType
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewPathType
- Specified by:
withNewPathType
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewPathType
- Specified by:
withNewPathType
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewPathType
- Specified by:
withNewPathType
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
equals
-