Add generated code for kubelet flags

This commit is contained in:
derekwaynecarr
2016-09-29 17:53:21 -04:00
parent 36eb79b42b
commit 0071cca51e
6 changed files with 2814 additions and 2747 deletions

View File

@@ -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.",