Package io.fabric8.kubernetes.api.model
Class FlexPersistentVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.model.FlexPersistentVolumeSource
- All Implemented Interfaces:
KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class FlexPersistentVolumeSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FlexPersistentVolumeSource()No args constructor for use in serializationFlexPersistentVolumeSource(String driver, String fsType, Map<String,String> options, Boolean readOnly, SecretReference secretRef) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetDriver()StringgetFsType()Map<String,String>getOptions()BooleangetReadOnly()SecretReferencegetSecretRef()voidsetAdditionalProperty(String name, Object value)voidsetDriver(String driver)voidsetFsType(String fsType)voidsetOptions(Map<String,String> options)voidsetReadOnly(Boolean readOnly)voidsetSecretRef(SecretReference secretRef)
-
Constructor Details
-
FlexPersistentVolumeSource
public FlexPersistentVolumeSource()No args constructor for use in serialization -
FlexPersistentVolumeSource
public FlexPersistentVolumeSource(String driver, String fsType, Map<String,String> options, Boolean readOnly, SecretReference secretRef)- Parameters:
driver-options-secretRef-readOnly-fsType-
-
-
Method Details
-
getDriver
- Returns:
- The driver
-
setDriver
- Parameters:
driver- The driver
-
getFsType
- Returns:
- The fsType
-
setFsType
- Parameters:
fsType- The fsType
-
getOptions
- Returns:
- The options
-
setOptions
- Parameters:
options- The options
-
getReadOnly
- Returns:
- The readOnly
-
setReadOnly
- Parameters:
readOnly- The readOnly
-
getSecretRef
- Returns:
- The secretRef
-
setSecretRef
- Parameters:
secretRef- The secretRef
-
getAdditionalProperties
-
setAdditionalProperty
-