@@ -2790,11 +2790,24 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
...
@@ -2790,11 +2790,24 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
},
},
"registerSchedulable":{
"registerSchedulable":{
SchemaProps:spec.SchemaProps{
SchemaProps:spec.SchemaProps{
Description:"registerSchedulable tells the kubelet to register the node as schedulable. Won't have any effect if register-node is false.",
Description:"registerSchedulable tells the kubelet to register the node as schedulable. Won't have any effect if register-node is false. DEPRECATED: use registerWithTaints instead",
Type:[]string{"boolean"},
Type:[]string{"boolean"},
Format:"",
Format:"",
},
},
},
},
"registerWithTaints":{
SchemaProps:spec.SchemaProps{
Description:"registerWithTaints are an array of taints to add to a node object when the kubelet registers itself. This only takes effect when registerNode is true and upon the initial registration of the node.",
@@ -14665,11 +14678,24 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
...
@@ -14665,11 +14678,24 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
},
},
"registerSchedulable":{
"registerSchedulable":{
SchemaProps:spec.SchemaProps{
SchemaProps:spec.SchemaProps{
Description:"registerSchedulable tells the kubelet to register the node as schedulable. Won't have any effect if register-node is false.",
Description:"registerSchedulable tells the kubelet to register the node as schedulable. Won't have any effect if register-node is false. DEPRECATED: use registerWithTaints instead",
Type:[]string{"boolean"},
Type:[]string{"boolean"},
Format:"",
Format:"",
},
},
},
},
"registerWithTaints":{
SchemaProps:spec.SchemaProps{
Description:"registerWithTaints are an array of taints to add to a node object when the kubelet registers itself. This only takes effect when registerNode is true and upon the initial registration of the node.",
Type:[]string{"array"},
Items:&spec.SchemaOrArray{
Schema:&spec.Schema{
SchemaProps:spec.SchemaProps{
Ref:spec.MustCreateRef("#/definitions/v1.Taint"),
},
},
},
},
},
"contentType":{
"contentType":{
SchemaProps:spec.SchemaProps{
SchemaProps:spec.SchemaProps{
Description:"contentType is contentType of requests sent to apiserver.",
Description:"contentType is contentType of requests sent to apiserver.",
...
@@ -14893,11 +14919,11 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
...
@@ -14893,11 +14919,11 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{