Package io.fabric8.kubernetes.api.model
Class VolumeMountBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.VolumeMountFluentImpl<VolumeMountBuilder>
-
- io.fabric8.kubernetes.api.model.VolumeMountBuilder
-
- All Implemented Interfaces:
Builder<VolumeMount>,Fluent<VolumeMountBuilder>,Visitable<VolumeMountBuilder>,VisitableBuilder<VolumeMount,VolumeMountBuilder>,VolumeMountFluent<VolumeMountBuilder>
public class VolumeMountBuilder extends VolumeMountFluentImpl<VolumeMountBuilder> implements VisitableBuilder<VolumeMount,VolumeMountBuilder>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description VolumeMountBuilder()VolumeMountBuilder(VolumeMount instance)VolumeMountBuilder(VolumeMountFluent<?> fluent)VolumeMountBuilder(VolumeMountFluent<?> fluent, VolumeMount instance)VolumeMountBuilder(VolumeMountFluent<?> fluent, VolumeMount instance, Boolean validationEnabled)VolumeMountBuilder(VolumeMountFluent<?> fluent, Boolean validationEnabled)VolumeMountBuilder(VolumeMount instance, Boolean validationEnabled)VolumeMountBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VolumeMountbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.kubernetes.api.model.VolumeMountFluentImpl
getMountPath, getMountPropagation, getName, getSubPath, getSubPathExpr, hasMountPath, hasMountPropagation, hasName, hasReadOnly, hasSubPath, hasSubPathExpr, isReadOnly, withMountPath, withMountPropagation, withName, withNewMountPath, withNewMountPath, withNewMountPath, withNewMountPropagation, withNewMountPropagation, withNewMountPropagation, withNewName, withNewName, withNewName, withNewReadOnly, withNewReadOnly, withNewSubPath, withNewSubPath, withNewSubPath, withNewSubPathExpr, withNewSubPathExpr, withNewSubPathExpr, withReadOnly, withSubPath, withSubPathExpr
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
VolumeMountBuilder
public VolumeMountBuilder()
-
VolumeMountBuilder
public VolumeMountBuilder(Boolean validationEnabled)
-
VolumeMountBuilder
public VolumeMountBuilder(VolumeMountFluent<?> fluent)
-
VolumeMountBuilder
public VolumeMountBuilder(VolumeMountFluent<?> fluent, Boolean validationEnabled)
-
VolumeMountBuilder
public VolumeMountBuilder(VolumeMountFluent<?> fluent, VolumeMount instance)
-
VolumeMountBuilder
public VolumeMountBuilder(VolumeMountFluent<?> fluent, VolumeMount instance, Boolean validationEnabled)
-
VolumeMountBuilder
public VolumeMountBuilder(VolumeMount instance)
-
VolumeMountBuilder
public VolumeMountBuilder(VolumeMount instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public VolumeMount build()
- Specified by:
buildin interfaceBuilder<VolumeMount>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classVolumeMountFluentImpl<VolumeMountBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classVolumeMountFluentImpl<VolumeMountBuilder>
-
-