Interface Generated.AzureFilePersistentVolumeSourceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getReadOnly()
      readOnly defaults to false (read/write).
      String getSecretName()
      secretName is the name of secret that contains Azure Storage Account Name and Key
      com.google.protobuf.ByteString getSecretNameBytes()
      secretName is the name of secret that contains Azure Storage Account Name and Key
      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
      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
      String getShareName()
      shareName is the azure Share Name
      com.google.protobuf.ByteString getShareNameBytes()
      shareName is the azure Share Name
      boolean hasReadOnly()
      readOnly defaults to false (read/write).
      boolean hasSecretName()
      secretName is the name of secret that contains Azure Storage Account Name and Key
      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
      boolean hasShareName()
      shareName is the azure 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 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.