Package io.fabric8.kubernetes.api.model
Class AzureFilePersistentVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.model.AzureFilePersistentVolumeSource
- All Implemented Interfaces:
KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") 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
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()BooleangetReadOnly()StringgetSecretName()StringgetSecretNamespace()StringgetShareName()voidsetAdditionalProperty(String name, Object value)voidsetReadOnly(Boolean readOnly)voidsetSecretName(String secretName)voidsetSecretNamespace(String secretNamespace)voidsetShareName(String shareName)
-
Constructor Details
-
AzureFilePersistentVolumeSource
public AzureFilePersistentVolumeSource()No args constructor for use in serialization -
AzureFilePersistentVolumeSource
public AzureFilePersistentVolumeSource(Boolean readOnly, String secretName, String secretNamespace, String shareName)- Parameters:
secretName-secretNamespace-readOnly-shareName-
-
-
Method Details
-
getReadOnly
- Returns:
- The readOnly
-
setReadOnly
- Parameters:
readOnly- The readOnly
-
getSecretName
- Returns:
- The secretName
-
setSecretName
- Parameters:
secretName- The secretName
-
getSecretNamespace
- Returns:
- The secretNamespace
-
setSecretNamespace
- Parameters:
secretNamespace- The secretNamespace
-
getShareName
- Returns:
- The shareName
-
setShareName
- Parameters:
shareName- The shareName
-
getAdditionalProperties
-
setAdditionalProperty
-