Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1ConfigMapEnvSource
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1ConfigMapEnvSource
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1ConfigMapEnvSource extends Object
ConfigMapEnvSource selects a ConfigMap to populate the environment variables with. The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_OPTIONAL
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1ConfigMapEnvSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()Name of the referent.BooleangetOptional()Specify whether the ConfigMap must be definedinthashCode()IoK8sApiCoreV1ConfigMapEnvSourcename(String name)IoK8sApiCoreV1ConfigMapEnvSourceoptional(Boolean optional)voidsetName(String name)voidsetOptional(Boolean optional)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_OPTIONAL
public static final String JSON_PROPERTY_OPTIONAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public IoK8sApiCoreV1ConfigMapEnvSource name(String name)
-
getName
@Nullable public String getName()
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names- Returns:
- name
-
setName
public void setName(String name)
-
optional
public IoK8sApiCoreV1ConfigMapEnvSource optional(Boolean optional)
-
getOptional
@Nullable public Boolean getOptional()
Specify whether the ConfigMap must be defined- Returns:
- optional
-
setOptional
public void setOptional(Boolean optional)
-
-