Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1AzureFileVolumeSource
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1AzureFileVolumeSource
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1AzureFileVolumeSource 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_SHARE_NAME
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1AzureFileVolumeSource()
-
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 KeyStringgetShareName()Share NameinthashCode()IoK8sApiCoreV1AzureFileVolumeSourcereadOnly(Boolean readOnly)IoK8sApiCoreV1AzureFileVolumeSourcesecretName(String secretName)voidsetReadOnly(Boolean readOnly)voidsetSecretName(String secretName)voidsetShareName(String shareName)IoK8sApiCoreV1AzureFileVolumeSourceshareName(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_SHARE_NAME
public static final String JSON_PROPERTY_SHARE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
readOnly
public IoK8sApiCoreV1AzureFileVolumeSource 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 IoK8sApiCoreV1AzureFileVolumeSource 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)
-
shareName
public IoK8sApiCoreV1AzureFileVolumeSource shareName(String shareName)
-
getShareName
public String getShareName()
Share Name- Returns:
- shareName
-
setShareName
public void setShareName(String shareName)
-
-