public static interface V1.StorageOSPersistentVolumeSourceOrBuilder
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.
|
boolean |
getReadOnly()
Defaults to false (read/write).
|
V1.ObjectReference |
getSecretRef()
SecretRef specifies the secret to use for obtaining the StorageOS API
credentials.
|
V1.ObjectReferenceOrBuilder |
getSecretRefOrBuilder()
SecretRef specifies the secret to use for obtaining the StorageOS API
credentials.
|
String |
getVolumeName()
VolumeName is the human-readable name of the StorageOS volume.
|
com.google.protobuf.ByteString |
getVolumeNameBytes()
VolumeName is the human-readable name of the StorageOS volume.
|
String |
getVolumeNamespace()
VolumeNamespace specifies the scope of the volume within StorageOS.
|
com.google.protobuf.ByteString |
getVolumeNamespaceBytes()
VolumeNamespace specifies the scope of the volume within StorageOS.
|
boolean |
hasFsType()
Filesystem type to mount.
|
boolean |
hasReadOnly()
Defaults to false (read/write).
|
boolean |
hasSecretRef()
SecretRef specifies the secret to use for obtaining the StorageOS API
credentials.
|
boolean |
hasVolumeName()
VolumeName is the human-readable name of the StorageOS volume.
|
boolean |
hasVolumeNamespace()
VolumeNamespace specifies the scope of the volume within StorageOS.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasVolumeName()
VolumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.
optional string volumeName = 1;
String getVolumeName()
VolumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.
optional string volumeName = 1;
com.google.protobuf.ByteString getVolumeNameBytes()
VolumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.
optional string volumeName = 1;
boolean hasVolumeNamespace()
VolumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created. +optional
optional string volumeNamespace = 2;
String getVolumeNamespace()
VolumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created. +optional
optional string volumeNamespace = 2;
com.google.protobuf.ByteString getVolumeNamespaceBytes()
VolumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created. +optional
optional string volumeNamespace = 2;
boolean hasFsType()
Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +optional
optional string fsType = 3;
String getFsType()
Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +optional
optional string fsType = 3;
com.google.protobuf.ByteString getFsTypeBytes()
Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +optional
optional string fsType = 3;
boolean hasReadOnly()
Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 4;
boolean getReadOnly()
Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 4;
boolean hasSecretRef()
SecretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted. +optional
optional .k8s.io.api.core.v1.ObjectReference secretRef = 5;
V1.ObjectReference getSecretRef()
SecretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted. +optional
optional .k8s.io.api.core.v1.ObjectReference secretRef = 5;
V1.ObjectReferenceOrBuilder getSecretRefOrBuilder()
SecretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted. +optional
optional .k8s.io.api.core.v1.ObjectReference secretRef = 5;
Copyright © 2022. All rights reserved.