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()
Integer
getDefaultMode()
List<KeyToPath>
getItems()
String
getName()
Boolean
getOptional()
void
setAdditionalProperty(String name, Object value)
void
setDefaultMode(Integer defaultMode)
void
setItems(List<KeyToPath> items)
void
setName(String name)
void
setOptional(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
-