Package io.kubernetes.client.proto
Interface V1.AzureFileVolumeSourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.AzureFileVolumeSource
,V1.AzureFileVolumeSource.Builder
- Enclosing class:
- V1
public static interface V1.AzureFileVolumeSourceOrBuilder
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 KeyShare Namecom.google.protobuf.ByteString
Share Nameboolean
Defaults to false (read/write).boolean
the name of secret that contains Azure Storage Account Name and Keyboolean
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;
-