Class V1AzureFileVolumeSource
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1AzureFileVolumeSource
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1AzureFileVolumeSource
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 KeyshareName is the azure share Nameint
hashCode()
Set readOnly in a chainable fashion.secretName
(String secretName) Set secretName in a chainable fashion.void
setReadOnly
(Boolean readOnly) Set the readOnly property valuevoid
setSecretName
(String secretName) Set the secretName 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_SHARE_NAME
- See Also:
-
-
Constructor Details
-
V1AzureFileVolumeSource
-
-
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 V1AzureFileVolumeSource 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 V1AzureFileVolumeSource for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-