Interface V1.LocalVolumeSourceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1.LocalVolumeSource, V1.LocalVolumeSource.Builder
Enclosing class:
V1

public static interface V1.LocalVolumeSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Filesystem type to mount.
    com.google.protobuf.ByteString
    Filesystem type to mount.
    The full path to the volume on the node.
    com.google.protobuf.ByteString
    The full path to the volume on the node.
    boolean
    Filesystem type to mount.
    boolean
    The full path to the volume on the node.

    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 Details

    • hasPath

      boolean hasPath()
       The full path to the volume on the node.
       It can be either a directory or block device (disk, partition, ...).
       
      optional string path = 1;
    • getPath

      String getPath()
       The full path to the volume on the node.
       It can be either a directory or block device (disk, partition, ...).
       
      optional string path = 1;
    • getPathBytes

      com.google.protobuf.ByteString getPathBytes()
       The full path to the volume on the node.
       It can be either a directory or block device (disk, partition, ...).
       
      optional string path = 1;
    • hasFsType

      boolean hasFsType()
       Filesystem type to mount.
       It applies only when the Path is a block device.
       Must be a filesystem type supported by the host operating system.
       Ex. "ext4", "xfs", "ntfs". The default value is to auto-select a filesystem if unspecified.
       +optional
       
      optional string fsType = 2;
    • getFsType

      String getFsType()
       Filesystem type to mount.
       It applies only when the Path is a block device.
       Must be a filesystem type supported by the host operating system.
       Ex. "ext4", "xfs", "ntfs". The default value is to auto-select a filesystem if unspecified.
       +optional
       
      optional string fsType = 2;
    • getFsTypeBytes

      com.google.protobuf.ByteString getFsTypeBytes()
       Filesystem type to mount.
       It applies only when the Path is a block device.
       Must be a filesystem type supported by the host operating system.
       Ex. "ext4", "xfs", "ntfs". The default value is to auto-select a filesystem if unspecified.
       +optional
       
      optional string fsType = 2;