Class V1AzureFilePersistentVolumeSource
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1AzureFilePersistentVolumeSource
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1AzureFilePersistentVolumeSource
extends Object
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanreadOnly defaults to false (read/write).secretName is the name of secret that contains Azure Storage Account Name and KeysecretNamespace is the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the PodshareName is the azure Share NameinthashCode()Set readOnly in a chainable fashion.secretName(String secretName) Set secretName in a chainable fashion.secretNamespace(String secretNamespace) Set secretNamespace in a chainable fashion.voidsetReadOnly(Boolean readOnly) Set the readOnly property valuevoidsetSecretName(String secretName) Set the secretName property valuevoidsetSecretNamespace(String secretNamespace) Set the secretNamespace property valuevoidsetShareName(String shareName) Set the shareName property valueSet shareName in a chainable fashion.toString()
- 
Field Details- 
JSON_PROPERTY_SECRET_NAME- See Also:
 
- 
JSON_PROPERTY_SHARE_NAME- See Also:
 
- 
JSON_PROPERTY_READ_ONLY- See Also:
 
- 
JSON_PROPERTY_SECRET_NAMESPACE- See Also:
 
 
- 
- 
Constructor Details- 
V1AzureFilePersistentVolumeSource
 
- 
- 
Method Details- 
getSecretNamesecretName is the name of secret that contains Azure Storage Account Name and Key- Returns:
- the secretName property value
 
- 
setSecretNameSet the secretName property value- Parameters:
- secretName- property value to set
 
- 
secretNameSet secretName in a chainable fashion.- Returns:
- The same instance of V1AzureFilePersistentVolumeSource for chaining.
 
- 
getReadOnlyreadOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.- Returns:
- the readOnly property value
 
- 
setReadOnlySet the readOnly property value- Parameters:
- readOnly- property value to set
 
- 
readOnlySet readOnly in a chainable fashion.- Returns:
- The same instance of V1AzureFilePersistentVolumeSource for chaining.
 
- 
getSecretNamespacesecretNamespace is the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod- Returns:
- the secretNamespace property value
 
- 
setSecretNamespaceSet the secretNamespace property value- Parameters:
- secretNamespace- property value to set
 
- 
secretNamespaceSet secretNamespace in a chainable fashion.- Returns:
- The same instance of V1AzureFilePersistentVolumeSource for chaining.
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-