Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1EnvVarSource
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1EnvVarSource
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1EnvVarSource extends Object
EnvVarSource represents a source for the value of an EnvVar.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CONFIG_MAP_KEY_REFstatic StringJSON_PROPERTY_FIELD_REFstatic StringJSON_PROPERTY_RESOURCE_FIELD_REFstatic StringJSON_PROPERTY_SECRET_KEY_REF
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1EnvVarSource()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_CONFIG_MAP_KEY_REF
public static final String JSON_PROPERTY_CONFIG_MAP_KEY_REF
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FIELD_REF
public static final String JSON_PROPERTY_FIELD_REF
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RESOURCE_FIELD_REF
public static final String JSON_PROPERTY_RESOURCE_FIELD_REF
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SECRET_KEY_REF
public static final String JSON_PROPERTY_SECRET_KEY_REF
- See Also:
- Constant Field Values
-
-
Method Detail
-
configMapKeyRef
public IoK8sApiCoreV1EnvVarSource configMapKeyRef(IoK8sApiCoreV1ConfigMapKeySelector configMapKeyRef)
-
getConfigMapKeyRef
@Nullable public IoK8sApiCoreV1ConfigMapKeySelector getConfigMapKeyRef()
Get configMapKeyRef- Returns:
- configMapKeyRef
-
setConfigMapKeyRef
public void setConfigMapKeyRef(IoK8sApiCoreV1ConfigMapKeySelector configMapKeyRef)
-
fieldRef
public IoK8sApiCoreV1EnvVarSource fieldRef(IoK8sApiCoreV1ObjectFieldSelector fieldRef)
-
getFieldRef
@Nullable public IoK8sApiCoreV1ObjectFieldSelector getFieldRef()
Get fieldRef- Returns:
- fieldRef
-
setFieldRef
public void setFieldRef(IoK8sApiCoreV1ObjectFieldSelector fieldRef)
-
resourceFieldRef
public IoK8sApiCoreV1EnvVarSource resourceFieldRef(IoK8sApiCoreV1ResourceFieldSelector resourceFieldRef)
-
getResourceFieldRef
@Nullable public IoK8sApiCoreV1ResourceFieldSelector getResourceFieldRef()
Get resourceFieldRef- Returns:
- resourceFieldRef
-
setResourceFieldRef
public void setResourceFieldRef(IoK8sApiCoreV1ResourceFieldSelector resourceFieldRef)
-
secretKeyRef
public IoK8sApiCoreV1EnvVarSource secretKeyRef(IoK8sApiCoreV1SecretKeySelector secretKeyRef)
-
getSecretKeyRef
@Nullable public IoK8sApiCoreV1SecretKeySelector getSecretKeyRef()
Get secretKeyRef- Returns:
- secretKeyRef
-
setSecretKeyRef
public void setSecretKeyRef(IoK8sApiCoreV1SecretKeySelector secretKeyRef)
-
-