Package io.fabric8.kubernetes.api.model
Class AzureFileVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.model.AzureFileVolumeSource
- All Implemented Interfaces:
KubernetesResource
,Serializable
@Generated("org.jsonschema2pojo") public class AzureFileVolumeSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AzureFileVolumeSource()
No args constructor for use in serializationAzureFileVolumeSource(Boolean readOnly, String secretName, String shareName)
-
Method Summary
Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
Boolean
getReadOnly()
String
getSecretName()
String
getShareName()
void
setAdditionalProperty(String name, Object value)
void
setReadOnly(Boolean readOnly)
void
setSecretName(String secretName)
void
setShareName(String shareName)
-
Constructor Details
-
AzureFileVolumeSource
public AzureFileVolumeSource()No args constructor for use in serialization -
AzureFileVolumeSource
- Parameters:
secretName
-readOnly
-shareName
-
-
-
Method Details
-
getReadOnly
- Returns:
- The readOnly
-
setReadOnly
- Parameters:
readOnly
- The readOnly
-
getSecretName
- Returns:
- The secretName
-
setSecretName
- Parameters:
secretName
- The secretName
-
getShareName
- Returns:
- The shareName
-
setShareName
- Parameters:
shareName
- The shareName
-
getAdditionalProperties
-
setAdditionalProperty
-