public class V1AzureFilePersistentVolumeSource extends Object
Constructor and Description |
---|
V1AzureFilePersistentVolumeSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getSecretName()
the name of secret that contains Azure Storage Account Name and Key
|
String |
getSecretNamespace()
the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod
|
String |
getShareName()
Share Name
|
int |
hashCode() |
Boolean |
isReadOnly()
Defaults to false (read/write).
|
V1AzureFilePersistentVolumeSource |
readOnly(Boolean readOnly) |
V1AzureFilePersistentVolumeSource |
secretName(String secretName) |
V1AzureFilePersistentVolumeSource |
secretNamespace(String secretNamespace) |
void |
setReadOnly(Boolean readOnly) |
void |
setSecretName(String secretName) |
void |
setSecretNamespace(String secretNamespace) |
void |
setShareName(String shareName) |
V1AzureFilePersistentVolumeSource |
shareName(String shareName) |
String |
toString() |
public V1AzureFilePersistentVolumeSource readOnly(Boolean readOnly)
public Boolean isReadOnly()
public void setReadOnly(Boolean readOnly)
public V1AzureFilePersistentVolumeSource secretName(String secretName)
public String getSecretName()
public void setSecretName(String secretName)
public V1AzureFilePersistentVolumeSource secretNamespace(String secretNamespace)
public String getSecretNamespace()
public void setSecretNamespace(String secretNamespace)
public V1AzureFilePersistentVolumeSource shareName(String shareName)
public String getShareName()
public void setShareName(String shareName)
Copyright © 2017. All rights reserved.