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
-
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
Modifier and Type Method Description VolumeMountbuild()booleanequals(Object o)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, withSubPathExprMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
VolumeMountBuilder
public VolumeMountBuilder() -
VolumeMountBuilder
-
VolumeMountBuilder
-
VolumeMountBuilder
-
VolumeMountBuilder
-
VolumeMountBuilder
public VolumeMountBuilder(VolumeMountFluent<?> fluent, VolumeMount instance, Boolean validationEnabled) -
VolumeMountBuilder
-
VolumeMountBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceBuilder<VolumeMount>
-
equals
- Overrides:
equalsin classVolumeMountFluentImpl<VolumeMountBuilder>
-