@@ -2918,6 +2918,13 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
Format:"",
},
},
"experimentalKernelMemcgNotification":{
SchemaProps:spec.SchemaProps{
Description:"If enabled, the kubelet will integrate with the kernel memcg notification to determine if memory eviction thresholds are crossed rather than polling.",
Type:[]string{"boolean"},
Format:"",
},
},
"podsPerCore":{
SchemaProps:spec.SchemaProps{
Description:"Maximum number of pods per core. Cannot exceed MaxPods",
...
...
@@ -14806,6 +14813,13 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
Format:"",
},
},
"experimentalKernelMemcgNotification":{
SchemaProps:spec.SchemaProps{
Description:"If enabled, the kubelet will integrate with the kernel memcg notification to determine if memory eviction thresholds are crossed rather than polling.",
Type:[]string{"boolean"},
Format:"",
},
},
"podsPerCore":{
SchemaProps:spec.SchemaProps{
Description:"Maximum number of pods per core. Cannot exceed MaxPods",
...
...
@@ -14919,7 +14933,7 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{