"description":"ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec.",
"description":"ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.",
"type":"string"
"type":"string"
},
},
"uid":{
"uid":{
"description":"UID is the metadata.UID of the referenced ConfigMap. This field is currently reqired in Node.Spec.",
"description":"UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.",
"description":"UID is the metadata.UID of the referenced ConfigMap. This field is currently reqired in Node.Spec."
"description":"UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status."
},
},
"resourceVersion":{
"resourceVersion":{
"type":"string",
"type":"string",
"description":"ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec."
"description":"ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status."
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">UID is the metadata.UID of the referenced ConfigMap. This field is currently reqired in Node.Spec.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.</p></td>
@@ -266,8 +266,8 @@ var map_ConfigMapNodeConfigSource = map[string]string{
...
@@ -266,8 +266,8 @@ var map_ConfigMapNodeConfigSource = map[string]string{
"":"ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node.",
"":"ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node.",
"namespace":"Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.",
"namespace":"Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.",
"name":"Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.",
"name":"Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.",
"uid":"UID is the metadata.UID of the referenced ConfigMap. This field is currently reqired in Node.Spec.",
"uid":"UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.",
"resourceVersion":"ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec.",
"resourceVersion":"ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.",
"kubeletConfigKey":"KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.",
"kubeletConfigKey":"KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.",