Class AllowedHostPathBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.extensions.AllowedHostPathFluent<AllowedHostPathBuilder>
-
- io.fabric8.kubernetes.api.model.extensions.AllowedHostPathBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<AllowedHostPath>,io.fabric8.kubernetes.api.builder.Visitable<AllowedHostPathBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<AllowedHostPath,AllowedHostPathBuilder>
public class AllowedHostPathBuilder extends AllowedHostPathFluent<AllowedHostPathBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<AllowedHostPath,AllowedHostPathBuilder>
-
-
Constructor Summary
Constructors Constructor Description AllowedHostPathBuilder()AllowedHostPathBuilder(AllowedHostPath instance)AllowedHostPathBuilder(AllowedHostPathFluent<?> fluent)AllowedHostPathBuilder(AllowedHostPathFluent<?> fluent, AllowedHostPath instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllowedHostPathbuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.extensions.AllowedHostPathFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getPathPrefix, getReadOnly, hasAdditionalProperties, hashCode, hasPathPrefix, hasReadOnly, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withPathPrefix, withReadOnly, withReadOnly
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
AllowedHostPathBuilder
public AllowedHostPathBuilder()
-
AllowedHostPathBuilder
public AllowedHostPathBuilder(AllowedHostPathFluent<?> fluent)
-
AllowedHostPathBuilder
public AllowedHostPathBuilder(AllowedHostPath instance)
-
AllowedHostPathBuilder
public AllowedHostPathBuilder(AllowedHostPathFluent<?> fluent, AllowedHostPath instance)
-
-
Method Detail
-
build
public AllowedHostPath build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<AllowedHostPath>
-
-