@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1AzureFilePersistentVolumeSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_READ_ONLY |
static String |
SERIALIZED_NAME_SECRET_NAME |
static String |
SERIALIZED_NAME_SECRET_NAMESPACE |
static String |
SERIALIZED_NAME_SHARE_NAME |
Constructor and Description |
---|
V1AzureFilePersistentVolumeSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getReadOnly()
Defaults to false (read/write).
|
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() |
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 static final String SERIALIZED_NAME_READ_ONLY
public static final String SERIALIZED_NAME_SECRET_NAME
public static final String SERIALIZED_NAME_SECRET_NAMESPACE
public static final String SERIALIZED_NAME_SHARE_NAME
public V1AzureFilePersistentVolumeSource readOnly(Boolean readOnly)
@Nullable public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public V1AzureFilePersistentVolumeSource secretName(String secretName)
public String getSecretName()
public void setSecretName(String secretName)
public V1AzureFilePersistentVolumeSource secretNamespace(String secretNamespace)
@Nullable public String getSecretNamespace()
public void setSecretNamespace(String secretNamespace)
public V1AzureFilePersistentVolumeSource shareName(String shareName)
public String getShareName()
public void setShareName(String shareName)
Copyright © 2020. All rights reserved.