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 TypeMethodDescriptionboolean
getName()
int
hashCode()
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:
getMountPath
in interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
withMountPath
- Specified by:
withMountPath
in interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
hasMountPath
- Specified by:
hasMountPath
in interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
getMountPropagation
- Specified by:
getMountPropagation
in interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
withMountPropagation
- Specified by:
withMountPropagation
in interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
hasMountPropagation
- Specified by:
hasMountPropagation
in interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
getName
- Specified by:
getName
in interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
withName
- Specified by:
withName
in interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
hasName
- Specified by:
hasName
in interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
getReadOnly
- Specified by:
getReadOnly
in interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
withReadOnly
- Specified by:
withReadOnly
in interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
hasReadOnly
- Specified by:
hasReadOnly
in interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
getSubPath
- Specified by:
getSubPath
in interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
withSubPath
- Specified by:
withSubPath
in interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
hasSubPath
- Specified by:
hasSubPath
in interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
getSubPathExpr
- Specified by:
getSubPathExpr
in interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
withSubPathExpr
- Specified by:
withSubPathExpr
in interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
hasSubPathExpr
- Specified by:
hasSubPathExpr
in interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1VolumeMountFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1VolumeMountFluent<A>>
-
toString
-
withReadOnly
- Specified by:
withReadOnly
in interfaceV1VolumeMountFluent<A extends V1VolumeMountFluent<A>>
-