public static interface V1.LocalVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getFsType()
Filesystem type to mount.
|
com.google.protobuf.ByteString |
getFsTypeBytes()
Filesystem type to mount.
|
String |
getPath()
The full path to the volume on the node.
|
com.google.protobuf.ByteString |
getPathBytes()
The full path to the volume on the node.
|
boolean |
hasFsType()
Filesystem type to mount.
|
boolean |
hasPath()
The full path to the volume on the node.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
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;
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;
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 fileystem if unspecified. +optional
optional string fsType = 2;
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 fileystem if unspecified. +optional
optional string fsType = 2;
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 fileystem if unspecified. +optional
optional string fsType = 2;
Copyright © 2021. All rights reserved.