Replaced instances of "RestartPolicyAlways" "RestartPolicyOnFailure" "RestartPolicyNever" with "Always" "OnFailure" "Never"

This commit is contained in:
RichieEscarez
2015-06-03 13:35:35 -07:00
parent 8c2cc9fd61
commit 91907f66a7
4 changed files with 5 additions and 6 deletions

View File

@@ -10884,7 +10884,7 @@
},
"restartPolicy": {
"type": "string",
"description": "restart policy for all containers within the pod; one of RestartPolicyAlways, RestartPolicyOnFailure, RestartPolicyNever; defaults to RestartPolicyAlways"
"description": "restart policy for all containers within the pod; one of Always, OnFailure, Never; defaults to Always"
},
"terminationGracePeriodSeconds": {
"type": "integer",