struct
Kubernetes::ConfigMapNodeConfigSource
- Kubernetes::ConfigMapNodeConfigSource
- Struct
- Value
- Object
Overview
ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node. This API is deprecated since 1.22: https://git.k8s.io/enhancements/keps/sig-node/281-dynamic-kubelet-configuration
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
generated/models/io_k8s_api_core_v1.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : ::JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : ::JSON::PullParser)
- .new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Macro Summary
-
field(name, type = nil, **options, &block)
Helper macro for defining fields with automatic camelCase conversion
Instance Method Summary
-
#kubelet_config_key : String | Nil
KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.
-
#kubelet_config_key=(kubelet_config_key : String | Nil)
KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.
-
#name : String | Nil
Name is the metadata.name of the referenced ConfigMap.
-
#name=(name : String | Nil)
Name is the metadata.name of the referenced ConfigMap.
-
#namespace : String | Nil
Namespace is the metadata.namespace of the referenced ConfigMap.
-
#namespace=(namespace : String | Nil)
Namespace is the metadata.namespace of the referenced ConfigMap.
-
#resource_version : String | Nil
ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap.
-
#resource_version=(resource_version : String | Nil)
ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap.
-
#uid : String | Nil
UID is the metadata.UID of the referenced ConfigMap.
-
#uid=(uid : String | Nil)
UID is the metadata.UID of the referenced ConfigMap.
Constructor Detail
Macro Detail
Helper macro for defining fields with automatic camelCase conversion
Instance Method Detail
KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.
KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.
Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.
Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.
Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.
Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.
ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.
ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.
UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.
UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.