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 Type
    Method
    Description
    boolean
    Defaults to false (read/write).
    the name of secret that contains Azure Storage Account Name and Key
    com.google.protobuf.ByteString
    the name of secret that contains Azure Storage Account Name and Key
    the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod +optional
    com.google.protobuf.ByteString
    the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod +optional
    Share Name
    com.google.protobuf.ByteString
    Share Name
    boolean
    Defaults to false (read/write).
    boolean
    the name of secret that contains Azure Storage Account Name and Key
    boolean
    the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod +optional
    boolean
    Share Name

    Methods 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;
    • hasShareName

      boolean hasShareName()
       Share Name
       
      optional string shareName = 2;
    • getShareName

      String getShareName()
       Share Name
       
      optional string shareName = 2;
    • getShareNameBytes

      com.google.protobuf.ByteString getShareNameBytes()
       Share Name
       
      optional string shareName = 2;
    • 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;