Package k8s.io.api.core.v1
Interface Generated.VolumeMountStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.VolumeMountStatus,Generated.VolumeMountStatus.Builder
- Enclosing class:
- Generated
public static interface Generated.VolumeMountStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMountPath()MountPath corresponds to the original VolumeMount.com.google.protobuf.ByteStringgetMountPathBytes()MountPath corresponds to the original VolumeMount.StringgetName()Name corresponds to the name of the original VolumeMount.com.google.protobuf.ByteStringgetNameBytes()Name corresponds to the name of the original VolumeMount.booleangetReadOnly()ReadOnly corresponds to the original VolumeMount.StringgetRecursiveReadOnly()RecursiveReadOnly must be set to Disabled, Enabled, or unspecified (for non-readonly mounts).com.google.protobuf.ByteStringgetRecursiveReadOnlyBytes()RecursiveReadOnly must be set to Disabled, Enabled, or unspecified (for non-readonly mounts).booleanhasMountPath()MountPath corresponds to the original VolumeMount.booleanhasName()Name corresponds to the name of the original VolumeMount.booleanhasReadOnly()ReadOnly corresponds to the original VolumeMount.booleanhasRecursiveReadOnly()RecursiveReadOnly must be set to Disabled, Enabled, or unspecified (for non-readonly mounts).-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
Name corresponds to the name of the original VolumeMount.
optional string name = 1;- Returns:
- Whether the name field is set.
-
getName
String getName()
Name corresponds to the name of the original VolumeMount.
optional string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name corresponds to the name of the original VolumeMount.
optional string name = 1;- Returns:
- The bytes for name.
-
hasMountPath
boolean hasMountPath()
MountPath corresponds to the original VolumeMount.
optional string mountPath = 2;- Returns:
- Whether the mountPath field is set.
-
getMountPath
String getMountPath()
MountPath corresponds to the original VolumeMount.
optional string mountPath = 2;- Returns:
- The mountPath.
-
getMountPathBytes
com.google.protobuf.ByteString getMountPathBytes()
MountPath corresponds to the original VolumeMount.
optional string mountPath = 2;- Returns:
- The bytes for mountPath.
-
hasReadOnly
boolean hasReadOnly()
ReadOnly corresponds to the original VolumeMount. +optional
optional bool readOnly = 3;- Returns:
- Whether the readOnly field is set.
-
getReadOnly
boolean getReadOnly()
ReadOnly corresponds to the original VolumeMount. +optional
optional bool readOnly = 3;- Returns:
- The readOnly.
-
hasRecursiveReadOnly
boolean hasRecursiveReadOnly()
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. +featureGate=RecursiveReadOnlyMounts +optional
optional string recursiveReadOnly = 4;- Returns:
- Whether the recursiveReadOnly field is set.
-
getRecursiveReadOnly
String 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. +featureGate=RecursiveReadOnlyMounts +optional
optional string recursiveReadOnly = 4;- Returns:
- The recursiveReadOnly.
-
getRecursiveReadOnlyBytes
com.google.protobuf.ByteString getRecursiveReadOnlyBytes()
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. +featureGate=RecursiveReadOnlyMounts +optional
optional string recursiveReadOnly = 4;- Returns:
- The bytes for recursiveReadOnly.
-
-