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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
readOnly 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 Nameint
hashCode()
Set readOnly in a chainable fashion.secretName
(String secretName) Set secretName in a chainable fashion.secretNamespace
(String secretNamespace) Set secretNamespace in a chainable fashion.void
setReadOnly
(Boolean readOnly) Set the readOnly property valuevoid
setSecretName
(String secretName) Set the secretName property valuevoid
setSecretNamespace
(String secretNamespace) Set the secretNamespace property valuevoid
setShareName
(String shareName) Set the shareName property valueSet shareName in a chainable fashion.toString()
-
Field Details
-
JSON_PROPERTY_READ_ONLY
- See Also:
-
JSON_PROPERTY_SECRET_NAME
- See Also:
-
JSON_PROPERTY_SECRET_NAMESPACE
- See Also:
-
JSON_PROPERTY_SHARE_NAME
- See Also:
-
-
Constructor Details
-
V1AzureFilePersistentVolumeSource
-
-
Method Details
-
getReadOnly
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.- Returns:
- the readOnly property value
-
setReadOnly
Set the readOnly property value -
readOnly
Set readOnly in a chainable fashion.- Returns:
- The same instance of V1AzureFilePersistentVolumeSource for chaining.
-
getSecretName
secretName is the name of secret that contains Azure Storage Account Name and Key- Returns:
- the secretName property value
-
setSecretName
Set the secretName property value -
secretName
Set secretName in a chainable fashion.- Returns:
- The same instance of V1AzureFilePersistentVolumeSource for chaining.
-
getSecretNamespace
secretNamespace 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
-
setSecretNamespace
Set the secretNamespace property value -
secretNamespace
Set secretNamespace in a chainable fashion.- Returns:
- The same instance of V1AzureFilePersistentVolumeSource for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-