Package io.fabric8.kubernetes.api.model
Class HostPathVolumeSourceBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.HostPathVolumeSourceFluent<HostPathVolumeSourceBuilder>
-
- io.fabric8.kubernetes.api.model.HostPathVolumeSourceBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<HostPathVolumeSource>,io.fabric8.kubernetes.api.builder.Visitable<HostPathVolumeSourceBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<HostPathVolumeSource,HostPathVolumeSourceBuilder>
public class HostPathVolumeSourceBuilder extends HostPathVolumeSourceFluent<HostPathVolumeSourceBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<HostPathVolumeSource,HostPathVolumeSourceBuilder>
-
-
Constructor Summary
Constructors Constructor Description HostPathVolumeSourceBuilder()HostPathVolumeSourceBuilder(HostPathVolumeSource instance)HostPathVolumeSourceBuilder(HostPathVolumeSourceFluent<?> fluent)HostPathVolumeSourceBuilder(HostPathVolumeSourceFluent<?> fluent, HostPathVolumeSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostPathVolumeSourcebuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.HostPathVolumeSourceFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getPath, getType, hasAdditionalProperties, hashCode, hasPath, hasType, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withPath, withType
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
HostPathVolumeSourceBuilder
public HostPathVolumeSourceBuilder()
-
HostPathVolumeSourceBuilder
public HostPathVolumeSourceBuilder(HostPathVolumeSourceFluent<?> fluent)
-
HostPathVolumeSourceBuilder
public HostPathVolumeSourceBuilder(HostPathVolumeSourceFluent<?> fluent, HostPathVolumeSource instance)
-
HostPathVolumeSourceBuilder
public HostPathVolumeSourceBuilder(HostPathVolumeSource instance)
-
-
Method Detail
-
build
public HostPathVolumeSource build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<HostPathVolumeSource>
-
-