Package io.kubernetes.client.proto
Interface V1.AzureFilePersistentVolumeSourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.AzureFilePersistentVolumeSource
,V1.AzureFilePersistentVolumeSource.Builder
- Enclosing class:
- V1
public static interface V1.AzureFilePersistentVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Defaults to false (read/write).the name of secret that contains Azure Storage Account Name and Keycom.google.protobuf.ByteString
the name of secret that contains Azure Storage Account Name and Keythe namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod +optionalcom.google.protobuf.ByteString
the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod +optionalShare Namecom.google.protobuf.ByteString
Share Nameboolean
Defaults to false (read/write).boolean
the name of secret that contains Azure Storage Account Name and Keyboolean
the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod +optionalboolean
Share NameMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSecretName
boolean hasSecretName()the name of secret that contains Azure Storage Account Name and Key
optional string secretName = 1;
-
getSecretName
String getSecretName()the name of secret that contains Azure Storage Account Name and Key
optional string secretName = 1;
-
getSecretNameBytes
com.google.protobuf.ByteString getSecretNameBytes()the name of secret that contains Azure Storage Account Name and Key
optional string secretName = 1;
-
hasReadOnly
boolean hasReadOnly()Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 3;
-
getReadOnly
boolean getReadOnly()Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 3;
-
hasSecretNamespace
boolean hasSecretNamespace()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;
-
getSecretNamespace
String getSecretNamespace()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;
-
getSecretNamespaceBytes
com.google.protobuf.ByteString getSecretNamespaceBytes()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;
-