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 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
    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
    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;