Class V1VolumeMountStatus
java.lang.Object
io.kubernetes.client.openapi.models.V1VolumeMountStatus
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-07T19:21:52.410010Z[Etc/UTC]")
public class V1VolumeMountStatus
extends Object
VolumeMountStatus shows status of volume mounts.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
MountPath corresponds to the original VolumeMount.getName()
Name corresponds to the name of the original VolumeMount.ReadOnly corresponds to the original VolumeMount.RecursiveReadOnly must be set to Disabled, Enabled, or unspecified (for non-readonly mounts).int
hashCode()
recursiveReadOnly
(String recursiveReadOnly) void
setMountPath
(String mountPath) void
void
setReadOnly
(Boolean readOnly) void
setRecursiveReadOnly
(String recursiveReadOnly) toString()
-
Field Details
-
SERIALIZED_NAME_MOUNT_PATH
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_READ_ONLY
- See Also:
-
SERIALIZED_NAME_RECURSIVE_READ_ONLY
- See Also:
-
-
Constructor Details
-
V1VolumeMountStatus
public V1VolumeMountStatus()
-
-
Method Details
-
mountPath
-
getMountPath
MountPath corresponds to the original VolumeMount.- Returns:
- mountPath
-
setMountPath
-
name
-
getName
Name corresponds to the name of the original VolumeMount.- Returns:
- name
-
setName
-
readOnly
-
getReadOnly
ReadOnly corresponds to the original VolumeMount.- Returns:
- readOnly
-
setReadOnly
-
recursiveReadOnly
-
getRecursiveReadOnly
RecursiveReadOnly must be set to Disabled, Enabled, or unspecified (for non-readonly mounts). An IfPossible value in the original VolumeMount must be translated to Disabled or Enabled, depending on the mount result.- Returns:
- recursiveReadOnly
-
setRecursiveReadOnly
-
equals
-
hashCode
public int hashCode() -
toString
-