Package io.fabric8.kubernetes.api.model
Class ConfigMapVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.model.ConfigMapVolumeSource
- All Implemented Interfaces:
KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class ConfigMapVolumeSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ConfigMapVolumeSource()No args constructor for use in serializationConfigMapVolumeSource(Integer defaultMode, List<KeyToPath> items, String name, Boolean optional) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()IntegergetDefaultMode()List<KeyToPath>getItems()StringgetName()BooleangetOptional()voidsetAdditionalProperty(String name, Object value)voidsetDefaultMode(Integer defaultMode)voidsetItems(List<KeyToPath> items)voidsetName(String name)voidsetOptional(Boolean optional)
-
Constructor Details
-
ConfigMapVolumeSource
public ConfigMapVolumeSource()No args constructor for use in serialization -
ConfigMapVolumeSource
public ConfigMapVolumeSource(Integer defaultMode, List<KeyToPath> items, String name, Boolean optional)- Parameters:
defaultMode-name-optional-items-
-
-
Method Details
-
getDefaultMode
- Returns:
- The defaultMode
-
setDefaultMode
- Parameters:
defaultMode- The defaultMode
-
getItems
- Returns:
- The items
-
setItems
- Parameters:
items- The items
-
getName
- Returns:
- The name
-
setName
- Parameters:
name- The name
-
getOptional
- Returns:
- The optional
-
setOptional
- Parameters:
optional- The optional
-
getAdditionalProperties
-
setAdditionalProperty
-