Package io.fabric8.kubernetes.api.model
Class HostPathVolumeSourceBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.HostPathVolumeSourceFluentImpl<HostPathVolumeSourceBuilder>
io.fabric8.kubernetes.api.model.HostPathVolumeSourceBuilder
- All Implemented Interfaces:
Builder<HostPathVolumeSource>
,Fluent<HostPathVolumeSourceBuilder>
,Visitable<HostPathVolumeSourceBuilder>
,VisitableBuilder<HostPathVolumeSource,HostPathVolumeSourceBuilder>
,HostPathVolumeSourceFluent<HostPathVolumeSourceBuilder>
public class HostPathVolumeSourceBuilder extends HostPathVolumeSourceFluentImpl<HostPathVolumeSourceBuilder> implements VisitableBuilder<HostPathVolumeSource,HostPathVolumeSourceBuilder>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description HostPathVolumeSourceBuilder()
HostPathVolumeSourceBuilder(HostPathVolumeSource instance)
HostPathVolumeSourceBuilder(HostPathVolumeSourceFluent<?> fluent)
HostPathVolumeSourceBuilder(HostPathVolumeSourceFluent<?> fluent, HostPathVolumeSource instance)
HostPathVolumeSourceBuilder(HostPathVolumeSourceFluent<?> fluent, HostPathVolumeSource instance, Boolean validationEnabled)
HostPathVolumeSourceBuilder(HostPathVolumeSourceFluent<?> fluent, Boolean validationEnabled)
HostPathVolumeSourceBuilder(HostPathVolumeSource instance, Boolean validationEnabled)
HostPathVolumeSourceBuilder(Boolean validationEnabled)
-
Method Summary
Modifier and Type Method Description HostPathVolumeSource
build()
boolean
equals(Object o)
Methods inherited from class io.fabric8.kubernetes.api.model.HostPathVolumeSourceFluentImpl
getPath, getType, hasPath, hasType, withNewPath, withNewPath, withNewPath, withNewType, withNewType, withNewType, withPath, withType
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
HostPathVolumeSourceBuilder
public HostPathVolumeSourceBuilder() -
HostPathVolumeSourceBuilder
-
HostPathVolumeSourceBuilder
-
HostPathVolumeSourceBuilder
public HostPathVolumeSourceBuilder(HostPathVolumeSourceFluent<?> fluent, Boolean validationEnabled) -
HostPathVolumeSourceBuilder
public HostPathVolumeSourceBuilder(HostPathVolumeSourceFluent<?> fluent, HostPathVolumeSource instance) -
HostPathVolumeSourceBuilder
public HostPathVolumeSourceBuilder(HostPathVolumeSourceFluent<?> fluent, HostPathVolumeSource instance, Boolean validationEnabled) -
HostPathVolumeSourceBuilder
-
HostPathVolumeSourceBuilder
-
-
Method Details
-
build
- Specified by:
build
in interfaceBuilder<HostPathVolumeSource>
-
equals
- Overrides:
equals
in classHostPathVolumeSourceFluentImpl<HostPathVolumeSourceBuilder>
-