Class HTTPIngressPathFluentImpl<A extends HTTPIngressPathFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.networking.v1.HTTPIngressPathFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
,io.fabric8.kubernetes.api.builder.Visitable<A>
,HTTPIngressPathFluent<A>
- Direct Known Subclasses:
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.v1.HTTPIngressPathFluent
HTTPIngressPathFluent.BackendNested<N>
-
-
Constructor Summary
Constructors Constructor Description HTTPIngressPathFluentImpl()
HTTPIngressPathFluentImpl(HTTPIngressPath instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods 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()
int
hashCode()
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 Detail
-
HTTPIngressPathFluentImpl
public HTTPIngressPathFluentImpl()
-
HTTPIngressPathFluentImpl
public HTTPIngressPathFluentImpl(HTTPIngressPath instance)
-
-
Method Detail
-
getBackend
@Deprecated public IngressBackend 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
public IngressBackend buildBackend()
- Specified by:
buildBackend
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withBackend
public A withBackend(IngressBackend backend)
- Specified by:
withBackend
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
hasBackend
public Boolean hasBackend()
- Specified by:
hasBackend
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewBackend
public HTTPIngressPathFluent.BackendNested<A> withNewBackend()
- Specified by:
withNewBackend
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewBackendLike
public HTTPIngressPathFluent.BackendNested<A> withNewBackendLike(IngressBackend item)
- Specified by:
withNewBackendLike
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
editBackend
public HTTPIngressPathFluent.BackendNested<A> editBackend()
- Specified by:
editBackend
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
editOrNewBackend
public HTTPIngressPathFluent.BackendNested<A> editOrNewBackend()
- Specified by:
editOrNewBackend
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
editOrNewBackendLike
public HTTPIngressPathFluent.BackendNested<A> editOrNewBackendLike(IngressBackend item)
- Specified by:
editOrNewBackendLike
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
getPath
public String getPath()
- Specified by:
getPath
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withPath
public A withPath(String path)
- Specified by:
withPath
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
hasPath
public Boolean hasPath()
- Specified by:
hasPath
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewPath
public A withNewPath(String arg1)
- Specified by:
withNewPath
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewPath
public A withNewPath(StringBuilder arg1)
- Specified by:
withNewPath
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewPath
public A withNewPath(StringBuffer arg1)
- Specified by:
withNewPath
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
getPathType
public String getPathType()
- Specified by:
getPathType
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withPathType
public A withPathType(String pathType)
- Specified by:
withPathType
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
hasPathType
public Boolean hasPathType()
- Specified by:
hasPathType
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewPathType
public A withNewPathType(String arg1)
- Specified by:
withNewPathType
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewPathType
public A withNewPathType(StringBuilder arg1)
- Specified by:
withNewPathType
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
withNewPathType
public A withNewPathType(StringBuffer arg1)
- Specified by:
withNewPathType
in interfaceHTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
-
-