Package io.fabric8.kubernetes.api.model
Class AzureFilePersistentVolumeSource
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.AzureFilePersistentVolumeSource
-
- All Implemented Interfaces:
KubernetesResource
,Serializable
public class AzureFilePersistentVolumeSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AzureFilePersistentVolumeSource()
No args constructor for use in serializationAzureFilePersistentVolumeSource(Boolean readOnly, String secretName, String secretNamespace, String shareName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
Boolean
getReadOnly()
String
getSecretName()
String
getSecretNamespace()
String
getShareName()
void
setAdditionalProperty(String name, Object value)
void
setReadOnly(Boolean readOnly)
void
setSecretName(String secretName)
void
setSecretNamespace(String secretNamespace)
void
setShareName(String shareName)
-
-
-
Method Detail
-
getReadOnly
public Boolean getReadOnly()
-
setReadOnly
public void setReadOnly(Boolean readOnly)
-
getSecretName
public String getSecretName()
-
setSecretName
public void setSecretName(String secretName)
-
getSecretNamespace
public String getSecretNamespace()
-
setSecretNamespace
public void setSecretNamespace(String secretNamespace)
-
getShareName
public String getShareName()
-
setShareName
public void setShareName(String shareName)
-
-