Merge pull request #36319 from yujuhong/cri_flag

Automatic merge from submit-queue

Rename experimental-runtime-integration-type to experimental-cri

Also rename the field in the component config to `EnableCRI`
This commit is contained in:
Kubernetes Submit Queue
2016-11-07 17:07:14 -08:00
committed by GitHub
21 changed files with 55 additions and 59 deletions

View File

@@ -2996,10 +2996,10 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
Format: "",
},
},
"experimentalRuntimeIntegrationType": {
"enableCRI": {
SchemaProps: spec.SchemaProps{
Description: "How to integrate with runtime. If set to cri, kubelet will switch to using the new Container Runtine Interface.",
Type: []string{"string"},
Description: "Enable Container Runtime Interface (CRI) integration.",
Type: []string{"boolean"},
Format: "",
},
},
@@ -14750,10 +14750,10 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
Format: "",
},
},
"experimentalRuntimeIntegrationType": {
"enableCRI": {
SchemaProps: spec.SchemaProps{
Description: "How to integrate with runtime. If set to CRI, kubelet will switch to using the new Container Runtine Interface.",
Type: []string{"string"},
Description: "Enable Container Runtime Interface (CRI) integration.",
Type: []string{"boolean"},
Format: "",
},
},