mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 02:38:12 +00:00
Add generated code for kubelet flags
This commit is contained in:
@@ -2499,13 +2499,20 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
|
||||
Format: "",
|
||||
},
|
||||
},
|
||||
"CgroupsPerQOS": {
|
||||
"cgroupsPerQOS": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Enable QoS based Cgroup hierarchy: top level cgroups for QoS Classes And all Burstable and BestEffort pods are brought up under their specific top level QoS cgroup.",
|
||||
Type: []string{"boolean"},
|
||||
Format: "",
|
||||
},
|
||||
},
|
||||
"cgroupDriver": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "driver that the kubelet uses to manipulate cgroups on the host (cgroupfs or systemd)",
|
||||
Type: []string{"string"},
|
||||
Format: "",
|
||||
},
|
||||
},
|
||||
"runtimeCgroups": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Cgroups that container runtime is expected to be isolated in.",
|
||||
@@ -13963,13 +13970,20 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
|
||||
Format: "",
|
||||
},
|
||||
},
|
||||
"CgroupsPerQOS": {
|
||||
"cgroupsPerQOS": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Enable QoS based Cgroup hierarchy: top level cgroups for QoS Classes And all Burstable and BestEffort pods are brought up under their specific top level QoS cgroup.",
|
||||
Type: []string{"boolean"},
|
||||
Format: "",
|
||||
},
|
||||
},
|
||||
"cgroupDriver": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "driver that the kubelet uses to manipulate cgroups on the host (cgroupfs or systemd)",
|
||||
Type: []string{"string"},
|
||||
Format: "",
|
||||
},
|
||||
},
|
||||
"containerRuntime": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "containerRuntime is the container runtime to use.",
|
||||
|
||||
Reference in New Issue
Block a user