Package k8s.io.api.core.v1
Interface Generated.AzureFileVolumeSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.AzureFileVolumeSource,Generated.AzureFileVolumeSource.Builder
- Enclosing class:
- Generated
public static interface Generated.AzureFileVolumeSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetReadOnly()readOnly defaults to false (read/write).StringgetSecretName()secretName is the name of secret that contains Azure Storage Account Name and Keycom.google.protobuf.ByteStringgetSecretNameBytes()secretName is the name of secret that contains Azure Storage Account Name and KeyStringgetShareName()shareName is the azure share Namecom.google.protobuf.ByteStringgetShareNameBytes()shareName is the azure share NamebooleanhasReadOnly()readOnly defaults to false (read/write).booleanhasSecretName()secretName is the name of secret that contains Azure Storage Account Name and KeybooleanhasShareName()shareName is the azure share Name-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSecretName
boolean hasSecretName()
secretName is the name of secret that contains Azure Storage Account Name and Key
optional string secretName = 1;- Returns:
- Whether the secretName field is set.
-
getSecretName
String getSecretName()
secretName is the name of secret that contains Azure Storage Account Name and Key
optional string secretName = 1;- Returns:
- The secretName.
-
getSecretNameBytes
com.google.protobuf.ByteString getSecretNameBytes()
secretName is the name of secret that contains Azure Storage Account Name and Key
optional string secretName = 1;- Returns:
- The bytes for secretName.
-
hasShareName
boolean hasShareName()
shareName is the azure share Name
optional string shareName = 2;- Returns:
- Whether the shareName field is set.
-
getShareName
String getShareName()
shareName is the azure share Name
optional string shareName = 2;- Returns:
- The shareName.
-
getShareNameBytes
com.google.protobuf.ByteString getShareNameBytes()
shareName is the azure share Name
optional string shareName = 2;- Returns:
- The bytes for shareName.
-
hasReadOnly
boolean hasReadOnly()
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 3;- Returns:
- Whether the readOnly field is set.
-
getReadOnly
boolean getReadOnly()
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 3;- Returns:
- The readOnly.
-
-