Class V1VolumeMountFluentImpl<A extends V1VolumeMountFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1VolumeMountFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1VolumeMountFluent<A>
- Direct Known Subclasses:
V1VolumeMountBuilder
public class V1VolumeMountFluentImpl<A extends V1VolumeMountFluent<A>>
extends BaseFluent<A>
implements V1VolumeMountFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1VolumeMountFluentImpl(io.kubernetes.client.openapi.models.V1VolumeMount instance) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()hasName()toString()withMountPath(String mountPath) withMountPropagation(String mountPropagation) withReadOnly(Boolean readOnly) withSubPath(String subPath) withSubPathExpr(String subPathExpr) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1VolumeMountFluentImpl
public V1VolumeMountFluentImpl() -
V1VolumeMountFluentImpl
public V1VolumeMountFluentImpl(io.kubernetes.client.openapi.models.V1VolumeMount instance)
-
-
Method Details
-
getMountPath
- Specified by:
getMountPathin interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
withMountPath
- Specified by:
withMountPathin interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
hasMountPath
- Specified by:
hasMountPathin interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
getMountPropagation
- Specified by:
getMountPropagationin interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
withMountPropagation
- Specified by:
withMountPropagationin interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
hasMountPropagation
- Specified by:
hasMountPropagationin interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
getName
- Specified by:
getNamein interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
withName
- Specified by:
withNamein interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
hasName
- Specified by:
hasNamein interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
getReadOnly
- Specified by:
getReadOnlyin interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
withReadOnly
- Specified by:
withReadOnlyin interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
hasReadOnly
- Specified by:
hasReadOnlyin interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
getSubPath
- Specified by:
getSubPathin interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
withSubPath
- Specified by:
withSubPathin interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
hasSubPath
- Specified by:
hasSubPathin interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
getSubPathExpr
- Specified by:
getSubPathExprin interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
withSubPathExpr
- Specified by:
withSubPathExprin interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
hasSubPathExpr
- Specified by:
hasSubPathExprin interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1VolumeMountFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1VolumeMountFluent<A>>
-
toString
-
withReadOnly
- Specified by:
withReadOnlyin interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-