Class DoneableHTTPIngressPath
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.networking.v1beta1.HTTPIngressPathFluentImpl<DoneableHTTPIngressPath>
io.fabric8.kubernetes.api.model.networking.v1beta1.DoneableHTTPIngressPath
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableHTTPIngressPath>
,io.fabric8.kubernetes.api.builder.Visitable<DoneableHTTPIngressPath>
,io.fabric8.kubernetes.api.model.Doneable<HTTPIngressPath>
,HTTPIngressPathFluent<DoneableHTTPIngressPath>
public class DoneableHTTPIngressPath extends HTTPIngressPathFluentImpl<DoneableHTTPIngressPath> implements io.fabric8.kubernetes.api.model.Doneable<HTTPIngressPath>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.networking.v1beta1.HTTPIngressPathFluentImpl
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 DoneableHTTPIngressPath(io.fabric8.kubernetes.api.builder.Function<HTTPIngressPath,HTTPIngressPath> function)
DoneableHTTPIngressPath(HTTPIngressPath item)
DoneableHTTPIngressPath(HTTPIngressPath item, io.fabric8.kubernetes.api.builder.Function<HTTPIngressPath,HTTPIngressPath> function)
-
Method Summary
Modifier and Type Method Description HTTPIngressPath
done()
Methods inherited from class io.fabric8.kubernetes.api.model.networking.v1beta1.HTTPIngressPathFluentImpl
buildBackend, editBackend, editOrNewBackend, editOrNewBackendLike, equals, getBackend, getPath, getPathType, hasBackend, hasPath, hasPathType, withBackend, withNewBackend, withNewBackendLike, withNewPath, withNewPath, withNewPath, withNewPathType, withNewPathType, withNewPathType, withPath, withPathType
-
Constructor Details
-
DoneableHTTPIngressPath
public DoneableHTTPIngressPath(io.fabric8.kubernetes.api.builder.Function<HTTPIngressPath,HTTPIngressPath> function) -
DoneableHTTPIngressPath
public DoneableHTTPIngressPath(HTTPIngressPath item, io.fabric8.kubernetes.api.builder.Function<HTTPIngressPath,HTTPIngressPath> function) -
DoneableHTTPIngressPath
-
-
Method Details
-
done
- Specified by:
done
in interfaceio.fabric8.kubernetes.api.model.Doneable<HTTPIngressPath>
-