Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1SecretEnvSource
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1SecretEnvSource
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1SecretEnvSource extends Object
SecretEnvSource selects a Secret to populate the environment variables with. The contents of the target Secret'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 IoK8sApiCoreV1SecretEnvSource()
-
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 Secret must be definedinthashCode()IoK8sApiCoreV1SecretEnvSourcename(String name)IoK8sApiCoreV1SecretEnvSourceoptional(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 IoK8sApiCoreV1SecretEnvSource 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 IoK8sApiCoreV1SecretEnvSource optional(Boolean optional)
-
getOptional
@Nullable public Boolean getOptional()
Specify whether the Secret must be defined- Returns:
- optional
-
setOptional
public void setOptional(Boolean optional)
-
-