Class V1AzureFileVolumeSource

java.lang.Object
io.kubernetes.client.openapi.models.V1AzureFileVolumeSource

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-12-05T08:14:34.919Z[Etc/UTC]") public class V1AzureFileVolumeSource extends Object
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
  • Field Details

  • Constructor Details

    • V1AzureFileVolumeSource

      public V1AzureFileVolumeSource()
  • Method Details

    • readOnly

      public V1AzureFileVolumeSource readOnly(Boolean readOnly)
    • getReadOnly

      @Nullable public Boolean getReadOnly()
      readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
      Returns:
      readOnly
    • setReadOnly

      public void setReadOnly(Boolean readOnly)
    • secretName

      public V1AzureFileVolumeSource secretName(String secretName)
    • getSecretName

      public String getSecretName()
      secretName is the name of secret that contains Azure Storage Account Name and Key
      Returns:
      secretName
    • setSecretName

      public void setSecretName(String secretName)
    • shareName

      public V1AzureFileVolumeSource shareName(String shareName)
    • getShareName

      public String getShareName()
      shareName is the azure share Name
      Returns:
      shareName
    • setShareName

      public void setShareName(String shareName)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object