Class HTTPIngressPathBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.networking.v1.HTTPIngressPathFluent<HTTPIngressPathBuilder>
-
- io.fabric8.kubernetes.api.model.networking.v1.HTTPIngressPathBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<HTTPIngressPath>
,io.fabric8.kubernetes.api.builder.Visitable<HTTPIngressPathBuilder>
,io.fabric8.kubernetes.api.builder.VisitableBuilder<HTTPIngressPath,HTTPIngressPathBuilder>
public class HTTPIngressPathBuilder extends HTTPIngressPathFluent<HTTPIngressPathBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<HTTPIngressPath,HTTPIngressPathBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.networking.v1.HTTPIngressPathFluent
HTTPIngressPathFluent.BackendNested<N>
-
-
Constructor Summary
Constructors Constructor Description HTTPIngressPathBuilder()
HTTPIngressPathBuilder(HTTPIngressPath instance)
HTTPIngressPathBuilder(HTTPIngressPathFluent<?> fluent)
HTTPIngressPathBuilder(HTTPIngressPathFluent<?> fluent, HTTPIngressPath instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HTTPIngressPath
build()
-
Methods inherited from class io.fabric8.kubernetes.api.model.networking.v1.HTTPIngressPathFluent
addToAdditionalProperties, addToAdditionalProperties, buildBackend, copyInstance, editBackend, editOrNewBackend, editOrNewBackendLike, equals, getAdditionalProperties, getPath, getPathType, hasAdditionalProperties, hasBackend, hashCode, hasPath, hasPathType, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withBackend, withNewBackend, withNewBackendLike, withPath, withPathType
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
HTTPIngressPathBuilder
public HTTPIngressPathBuilder()
-
HTTPIngressPathBuilder
public HTTPIngressPathBuilder(HTTPIngressPathFluent<?> fluent)
-
HTTPIngressPathBuilder
public HTTPIngressPathBuilder(HTTPIngressPathFluent<?> fluent, HTTPIngressPath instance)
-
HTTPIngressPathBuilder
public HTTPIngressPathBuilder(HTTPIngressPath instance)
-
-
Method Detail
-
build
public HTTPIngressPath build()
- Specified by:
build
in interfaceio.fabric8.kubernetes.api.builder.Builder<HTTPIngressPath>
-
-