Add --image-pull-progress-deadline option to kubelet

This commit is contained in:
Jun Gong
2016-12-08 09:25:26 +08:00
parent bf1afd97fb
commit 036899ec98
14 changed files with 3598 additions and 3494 deletions

View File

@@ -2669,6 +2669,12 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
Ref: spec.MustCreateRef("#/definitions/v1.Duration"),
},
},
"imagePullProgressDeadline": {
SchemaProps: spec.SchemaProps{
Description: "If no pulling progress is made before the deadline imagePullProgressDeadline, the image pulling will be cancelled. Defaults to 1m0s.",
Ref: spec.MustCreateRef("#/definitions/v1.Duration"),
},
},
"rktPath": {
SchemaProps: spec.SchemaProps{
Description: "rktPath is the path of rkt binary. Leave empty to use the first rkt in $PATH.",
@@ -14564,6 +14570,12 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
Ref: spec.MustCreateRef("#/definitions/v1.Duration"),
},
},
"imagePullProgressDeadline": {
SchemaProps: spec.SchemaProps{
Description: "If no pulling progress is made before the deadline imagePullProgressDeadline, the image pulling will be cancelled. Defaults to 1m0s.",
Ref: spec.MustCreateRef("#/definitions/v1.Duration"),
},
},
"rktPath": {
SchemaProps: spec.SchemaProps{
Description: "rktPath is the path of rkt binary. Leave empty to use the first rkt in $PATH.",