Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1AzureFilePersistentVolumeSource
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1AzureFilePersistentVolumeSource
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1AzureFilePersistentVolumeSource extends Object
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_READ_ONLYstatic StringJSON_PROPERTY_SECRET_NAMEstatic StringJSON_PROPERTY_SECRET_NAMESPACEstatic StringJSON_PROPERTY_SHARE_NAME
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1AzureFilePersistentVolumeSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetReadOnly()Defaults to false (read/write).StringgetSecretName()the name of secret that contains Azure Storage Account Name and KeyStringgetSecretNamespace()the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the PodStringgetShareName()Share NameinthashCode()IoK8sApiCoreV1AzureFilePersistentVolumeSourcereadOnly(Boolean readOnly)IoK8sApiCoreV1AzureFilePersistentVolumeSourcesecretName(String secretName)IoK8sApiCoreV1AzureFilePersistentVolumeSourcesecretNamespace(String secretNamespace)voidsetReadOnly(Boolean readOnly)voidsetSecretName(String secretName)voidsetSecretNamespace(String secretNamespace)voidsetShareName(String shareName)IoK8sApiCoreV1AzureFilePersistentVolumeSourceshareName(String shareName)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_READ_ONLY
public static final String JSON_PROPERTY_READ_ONLY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SECRET_NAME
public static final String JSON_PROPERTY_SECRET_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SECRET_NAMESPACE
public static final String JSON_PROPERTY_SECRET_NAMESPACE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SHARE_NAME
public static final String JSON_PROPERTY_SHARE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
readOnly
public IoK8sApiCoreV1AzureFilePersistentVolumeSource readOnly(Boolean readOnly)
-
getReadOnly
@Nullable public Boolean getReadOnly()
Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.- Returns:
- readOnly
-
setReadOnly
public void setReadOnly(Boolean readOnly)
-
secretName
public IoK8sApiCoreV1AzureFilePersistentVolumeSource secretName(String secretName)
-
getSecretName
public String getSecretName()
the name of secret that contains Azure Storage Account Name and Key- Returns:
- secretName
-
setSecretName
public void setSecretName(String secretName)
-
secretNamespace
public IoK8sApiCoreV1AzureFilePersistentVolumeSource secretNamespace(String secretNamespace)
-
getSecretNamespace
@Nullable public String getSecretNamespace()
the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod- Returns:
- secretNamespace
-
setSecretNamespace
public void setSecretNamespace(String secretNamespace)
-
shareName
public IoK8sApiCoreV1AzureFilePersistentVolumeSource shareName(String shareName)
-
getShareName
public String getShareName()
Share Name- Returns:
- shareName
-
setShareName
public void setShareName(String shareName)
-
-