Added the mergeDefaultEvictionSettings Kubelet Config

This commit is contained in:
vaibhav2107
2024-09-24 01:54:07 +05:30
committed by Vaibhav Goel
parent 165da9ad0f
commit a97c6a7045
12 changed files with 58 additions and 0 deletions

View File

@@ -64353,6 +64353,13 @@ func schema_k8sio_kubelet_config_v1beta1_KubeletConfiguration(ref common.Referen
},
},
},
"mergeDefaultEvictionSettings": {
SchemaProps: spec.SchemaProps{
Description: "mergeDefaultEvictionSettings indicates that defaults for the evictionHard, evictionSoft, evictionSoftGracePeriod, and evictionMinimumReclaim fields should be merged into values specified for those fields in this configuration. Signals specified in this configuration take precedence. Signals not specified in this configuration inherit their defaults. If false, and if any signal is specified in this configuration then other signals that are not specified in this configuration will be set to 0. It applies to merging the fields for which the default exists, and currently only evictionHard has default values. Default: false",
Type: []string{"boolean"},
Format: "",
},
},
"podsPerCore": {
SchemaProps: spec.SchemaProps{
Description: "podsPerCore is the maximum number of pods per core. Cannot exceed maxPods. The value must be a non-negative integer. If 0, there is no limit on the number of Pods. Default: 0",