fix: update the typo code comment

This commit is contained in:
saltbo
2022-07-13 10:16:51 +08:00
parent 63106196df
commit d2bab218dd
6 changed files with 8 additions and 8 deletions

View File

@@ -53330,7 +53330,7 @@ func schema_k8sio_kubelet_config_v1beta1_KubeletConfiguration(ref common.Referen
},
"kernelMemcgNotification": {
SchemaProps: spec.SchemaProps{
Description: "kernelMemcgNotification, if set, instructs the the kubelet to integrate with the kernel memcg notification for determining if memory eviction thresholds are exceeded rather than polling. Default: false",
Description: "kernelMemcgNotification, if set, instructs the kubelet to integrate with the kernel memcg notification for determining if memory eviction thresholds are exceeded rather than polling. Default: false",
Type: []string{"boolean"},
Format: "",
},