public interface AzureFileVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getReadOnly()
Defaults to false (read/write).
|
java.lang.String |
getSecretName()
the name of secret that contains Azure Storage Account Name and Key
|
com.google.protobuf.ByteString |
getSecretNameBytes()
the name of secret that contains Azure Storage Account Name and Key
|
java.lang.String |
getShareName()
Share Name
|
com.google.protobuf.ByteString |
getShareNameBytes()
Share Name
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getSecretName()
the name of secret that contains Azure Storage Account Name and Key
string secretName = 1;com.google.protobuf.ByteString getSecretNameBytes()
the name of secret that contains Azure Storage Account Name and Key
string secretName = 1;java.lang.String getShareName()
Share Name
string shareName = 2;com.google.protobuf.ByteString getShareNameBytes()
Share Name
string shareName = 2;boolean getReadOnly()
Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
bool readOnly = 3;