1.2 KiB
1.2 KiB
Kubernetes::Object::V1ConfigMapNodeConfigSource
Load the model package
use Kubernetes::Object::V1ConfigMapNodeConfigSource;
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| kubelet_config_key | string | KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases. | |
| name | string | Name is the metadata.name of the referenced ConfigMap. This field is required in all cases. | |
| namespace | string | Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases. | |
| resource_version | string | ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status. | [optional] |
| uid | string | UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status. | [optional] |