public static interface Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolumeOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFsType()
The filesystem type.
|
com.google.protobuf.ByteString |
getFsTypeBytes()
The filesystem type.
|
java.lang.String |
getMountFlags(int index)
The mount options that can be used for the volume.
|
com.google.protobuf.ByteString |
getMountFlagsBytes(int index)
The mount options that can be used for the volume.
|
int |
getMountFlagsCount()
The mount options that can be used for the volume.
|
java.util.List<java.lang.String> |
getMountFlagsList()
The mount options that can be used for the volume.
|
boolean |
hasFsType()
The filesystem type.
|
boolean hasFsType()
The filesystem type. An empty string is equal to an unspecified field value.
optional string fs_type = 1;
java.lang.String getFsType()
The filesystem type. An empty string is equal to an unspecified field value.
optional string fs_type = 1;
com.google.protobuf.ByteString getFsTypeBytes()
The filesystem type. An empty string is equal to an unspecified field value.
optional string fs_type = 1;
java.util.List<java.lang.String> getMountFlagsList()
The mount options that can be used for the volume. This field is OPTIONAL. `mount_flags` MAY contain sensitive information. Therefore, Mesos and the Plugin MUST NOT leak this information to untrusted entities. The total size of this repeated field SHALL NOT exceed 4 KiB.
repeated string mount_flags = 2;
int getMountFlagsCount()
The mount options that can be used for the volume. This field is OPTIONAL. `mount_flags` MAY contain sensitive information. Therefore, Mesos and the Plugin MUST NOT leak this information to untrusted entities. The total size of this repeated field SHALL NOT exceed 4 KiB.
repeated string mount_flags = 2;
java.lang.String getMountFlags(int index)
The mount options that can be used for the volume. This field is OPTIONAL. `mount_flags` MAY contain sensitive information. Therefore, Mesos and the Plugin MUST NOT leak this information to untrusted entities. The total size of this repeated field SHALL NOT exceed 4 KiB.
repeated string mount_flags = 2;
com.google.protobuf.ByteString getMountFlagsBytes(int index)
The mount options that can be used for the volume. This field is OPTIONAL. `mount_flags` MAY contain sensitive information. Therefore, Mesos and the Plugin MUST NOT leak this information to untrusted entities. The total size of this repeated field SHALL NOT exceed 4 KiB.
repeated string mount_flags = 2;