Interface Generated.VolumeMountStatusOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getMountPath()
      MountPath corresponds to the original VolumeMount.
      com.google.protobuf.ByteString getMountPathBytes()
      MountPath corresponds to the original VolumeMount.
      String getName()
      Name corresponds to the name of the original VolumeMount.
      com.google.protobuf.ByteString getNameBytes()
      Name corresponds to the name of the original VolumeMount.
      boolean getReadOnly()
      ReadOnly corresponds to the original VolumeMount.
      String getRecursiveReadOnly()
      RecursiveReadOnly must be set to Disabled, Enabled, or unspecified (for non-readonly mounts).
      com.google.protobuf.ByteString getRecursiveReadOnlyBytes()
      RecursiveReadOnly must be set to Disabled, Enabled, or unspecified (for non-readonly mounts).
      boolean hasMountPath()
      MountPath corresponds to the original VolumeMount.
      boolean hasName()
      Name corresponds to the name of the original VolumeMount.
      boolean hasReadOnly()
      ReadOnly corresponds to the original VolumeMount.
      boolean hasRecursiveReadOnly()
      RecursiveReadOnly must be set to Disabled, Enabled, or unspecified (for non-readonly mounts).
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.