public interface FlexVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsOptions(java.lang.String key)
Optional: Extra command options if any.
|
java.lang.String |
getDriver()
Driver is the name of the driver to use for this volume.
|
com.google.protobuf.ByteString |
getDriverBytes()
Driver is the name of the driver to use for this volume.
|
java.lang.String |
getFsType()
Filesystem type to mount.
|
com.google.protobuf.ByteString |
getFsTypeBytes()
Filesystem type to mount.
|
java.util.Map<java.lang.String,java.lang.String> |
getOptions()
Deprecated.
|
int |
getOptionsCount()
Optional: Extra command options if any.
|
java.util.Map<java.lang.String,java.lang.String> |
getOptionsMap()
Optional: Extra command options if any.
|
java.lang.String |
getOptionsOrDefault(java.lang.String key,
java.lang.String defaultValue)
Optional: Extra command options if any.
|
java.lang.String |
getOptionsOrThrow(java.lang.String key)
Optional: Extra command options if any.
|
boolean |
getReadOnly()
Optional: Defaults to false (read/write).
|
ObjectReference |
getSecretRef()
Optional: SecretRef is reference to the secret object containing
sensitive information to pass to the plugin scripts.
|
ObjectReferenceOrBuilder |
getSecretRefOrBuilder()
Optional: SecretRef is reference to the secret object containing
sensitive information to pass to the plugin scripts.
|
boolean |
hasSecretRef()
Optional: SecretRef is reference to the secret object containing
sensitive information to pass to the plugin scripts.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getDriver()
Driver is the name of the driver to use for this volume.
optional string driver = 1;com.google.protobuf.ByteString getDriverBytes()
Driver is the name of the driver to use for this volume.
optional string driver = 1;java.lang.String getFsType()
Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script.
optional string fsType = 2;com.google.protobuf.ByteString getFsTypeBytes()
Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script.
optional string fsType = 2;boolean hasSecretRef()
Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.
optional .appscode.kubernetes.v1beta2.ObjectReference secretRef = 3;ObjectReference getSecretRef()
Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.
optional .appscode.kubernetes.v1beta2.ObjectReference secretRef = 3;ObjectReferenceOrBuilder getSecretRefOrBuilder()
Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.
optional .appscode.kubernetes.v1beta2.ObjectReference secretRef = 3;boolean getReadOnly()
Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
optional bool readOnly = 4;int getOptionsCount()
Optional: Extra command options if any.
map<string, string> options = 5;boolean containsOptions(java.lang.String key)
Optional: Extra command options if any.
map<string, string> options = 5;@Deprecated java.util.Map<java.lang.String,java.lang.String> getOptions()
getOptionsMap() instead.java.util.Map<java.lang.String,java.lang.String> getOptionsMap()
Optional: Extra command options if any.
map<string, string> options = 5;java.lang.String getOptionsOrDefault(java.lang.String key,
java.lang.String defaultValue)
Optional: Extra command options if any.
map<string, string> options = 5;java.lang.String getOptionsOrThrow(java.lang.String key)
Optional: Extra command options if any.
map<string, string> options = 5;