Package io.fabric8.kubernetes.api.model
Class FlexVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.model.FlexVolumeSource
- All Implemented Interfaces:
KubernetesResource
,Serializable
@Generated("org.jsonschema2pojo") public class FlexVolumeSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FlexVolumeSource()
No args constructor for use in serializationFlexVolumeSource(String driver, String fsType, Map<String,String> options, Boolean readOnly, LocalObjectReference secretRef)
-
Method Summary
Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
String
getDriver()
String
getFsType()
Map<String,String>
getOptions()
Boolean
getReadOnly()
LocalObjectReference
getSecretRef()
void
setAdditionalProperty(String name, Object value)
void
setDriver(String driver)
void
setFsType(String fsType)
void
setOptions(Map<String,String> options)
void
setReadOnly(Boolean readOnly)
void
setSecretRef(LocalObjectReference secretRef)
-
Constructor Details
-
FlexVolumeSource
public FlexVolumeSource()No args constructor for use in serialization -
FlexVolumeSource
public FlexVolumeSource(String driver, String fsType, Map<String,String> options, Boolean readOnly, LocalObjectReference 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
-