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()
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)
-
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
-