Class V1VolumeMountBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1VolumeMountFluentImpl<V1VolumeMountBuilder>
io.kubernetes.client.openapi.models.V1VolumeMountBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1VolumeMount>
,Fluent<V1VolumeMountBuilder>
,Visitable<V1VolumeMountBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1VolumeMount,
,V1VolumeMountBuilder> V1VolumeMountFluent<V1VolumeMountBuilder>
public class V1VolumeMountBuilder
extends V1VolumeMountFluentImpl<V1VolumeMountBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1VolumeMount,V1VolumeMountBuilder>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1VolumeMountBuilder
(io.kubernetes.client.openapi.models.V1VolumeMount instance) V1VolumeMountBuilder
(V1VolumeMountFluent<?> fluent) V1VolumeMountBuilder
(V1VolumeMountFluent<?> fluent, io.kubernetes.client.openapi.models.V1VolumeMount instance) V1VolumeMountBuilder
(V1VolumeMountFluent<?> fluent, io.kubernetes.client.openapi.models.V1VolumeMount instance, Boolean validationEnabled) V1VolumeMountBuilder
(V1VolumeMountFluent<?> fluent, Boolean validationEnabled) V1VolumeMountBuilder
(io.kubernetes.client.openapi.models.V1VolumeMount instance, Boolean validationEnabled) V1VolumeMountBuilder
(Boolean validationEnabled) -
Method Summary
Methods inherited from class io.kubernetes.client.openapi.models.V1VolumeMountFluentImpl
equals, getMountPath, getMountPropagation, getName, getReadOnly, getSubPath, getSubPathExpr, hashCode, hasMountPath, hasMountPropagation, hasName, hasReadOnly, hasSubPath, hasSubPathExpr, toString, withMountPath, withMountPropagation, withName, withReadOnly, withReadOnly, withSubPath, withSubPathExpr
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1VolumeMountBuilder
public V1VolumeMountBuilder() -
V1VolumeMountBuilder
-
V1VolumeMountBuilder
-
V1VolumeMountBuilder
-
V1VolumeMountBuilder
public V1VolumeMountBuilder(V1VolumeMountFluent<?> fluent, io.kubernetes.client.openapi.models.V1VolumeMount instance) -
V1VolumeMountBuilder
public V1VolumeMountBuilder(V1VolumeMountFluent<?> fluent, io.kubernetes.client.openapi.models.V1VolumeMount instance, Boolean validationEnabled) -
V1VolumeMountBuilder
public V1VolumeMountBuilder(io.kubernetes.client.openapi.models.V1VolumeMount instance) -
V1VolumeMountBuilder
public V1VolumeMountBuilder(io.kubernetes.client.openapi.models.V1VolumeMount instance, Boolean validationEnabled)
-
-
Method Details