Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1ConfigMapNodeConfigSource
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1ConfigMapNodeConfigSource
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1ConfigMapNodeConfigSource extends Object
ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_KUBELET_CONFIG_KEYstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_NAMESPACEstatic StringJSON_PROPERTY_RESOURCE_VERSIONstatic StringJSON_PROPERTY_UID
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1ConfigMapNodeConfigSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetKubeletConfigKey()KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.StringgetName()Name is the metadata.name of the referenced ConfigMap.StringgetNamespace()Namespace is the metadata.namespace of the referenced ConfigMap.StringgetResourceVersion()ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap.StringgetUid()UID is the metadata.UID of the referenced ConfigMap.inthashCode()IoK8sApiCoreV1ConfigMapNodeConfigSourcekubeletConfigKey(String kubeletConfigKey)IoK8sApiCoreV1ConfigMapNodeConfigSourcename(String name)IoK8sApiCoreV1ConfigMapNodeConfigSourcenamespace(String namespace)IoK8sApiCoreV1ConfigMapNodeConfigSourceresourceVersion(String resourceVersion)voidsetKubeletConfigKey(String kubeletConfigKey)voidsetName(String name)voidsetNamespace(String namespace)voidsetResourceVersion(String resourceVersion)voidsetUid(String uid)StringtoString()IoK8sApiCoreV1ConfigMapNodeConfigSourceuid(String uid)
-
-
-
Field Detail
-
JSON_PROPERTY_KUBELET_CONFIG_KEY
public static final String JSON_PROPERTY_KUBELET_CONFIG_KEY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAMESPACE
public static final String JSON_PROPERTY_NAMESPACE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RESOURCE_VERSION
public static final String JSON_PROPERTY_RESOURCE_VERSION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_UID
public static final String JSON_PROPERTY_UID
- See Also:
- Constant Field Values
-
-
Method Detail
-
kubeletConfigKey
public IoK8sApiCoreV1ConfigMapNodeConfigSource kubeletConfigKey(String kubeletConfigKey)
-
getKubeletConfigKey
public String getKubeletConfigKey()
KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.- Returns:
- kubeletConfigKey
-
setKubeletConfigKey
public void setKubeletConfigKey(String kubeletConfigKey)
-
name
public IoK8sApiCoreV1ConfigMapNodeConfigSource name(String name)
-
getName
public String getName()
Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.- Returns:
- name
-
setName
public void setName(String name)
-
namespace
public IoK8sApiCoreV1ConfigMapNodeConfigSource namespace(String namespace)
-
getNamespace
public String getNamespace()
Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.- Returns:
- namespace
-
setNamespace
public void setNamespace(String namespace)
-
resourceVersion
public IoK8sApiCoreV1ConfigMapNodeConfigSource resourceVersion(String resourceVersion)
-
getResourceVersion
@Nullable public String getResourceVersion()
ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.- Returns:
- resourceVersion
-
setResourceVersion
public void setResourceVersion(String resourceVersion)
-
uid
public IoK8sApiCoreV1ConfigMapNodeConfigSource uid(String uid)
-
getUid
@Nullable public String getUid()
UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.- Returns:
- uid
-
setUid
public void setUid(String uid)
-
-