Package k8s.io.api.core.v1
Interface Generated.AzureFilePersistentVolumeSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.AzureFilePersistentVolumeSource,Generated.AzureFilePersistentVolumeSource.Builder
- Enclosing class:
- Generated
public static interface Generated.AzureFilePersistentVolumeSourceOrBuilder 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 KeyStringgetSecretNamespace()secretNamespace is the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod +optionalcom.google.protobuf.ByteStringgetSecretNamespaceBytes()secretNamespace is the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod +optionalStringgetShareName()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 KeybooleanhasSecretNamespace()secretNamespace is the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod +optionalbooleanhasShareName()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.
-
hasSecretNamespace
boolean hasSecretNamespace()
secretNamespace is the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod +optional
optional string secretNamespace = 4;- Returns:
- Whether the secretNamespace field is set.
-
getSecretNamespace
String getSecretNamespace()
secretNamespace is the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod +optional
optional string secretNamespace = 4;- Returns:
- The secretNamespace.
-
getSecretNamespaceBytes
com.google.protobuf.ByteString getSecretNamespaceBytes()
secretNamespace is the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod +optional
optional string secretNamespace = 4;- Returns:
- The bytes for secretNamespace.
-
-