mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 19:52:42 +00:00
Replaced instances of "RestartPolicyAlways" "RestartPolicyOnFailure" "RestartPolicyNever" with "Always" "OnFailure" "Never"
This commit is contained in:
@@ -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",
|
||||
|
@@ -10862,8 +10862,7 @@
|
||||
"v1beta3.PodSpec": {
|
||||
"id": "v1beta3.PodSpec",
|
||||
"required": [
|
||||
"containers",
|
||||
"serviceAccount"
|
||||
"containers"
|
||||
],
|
||||
"properties": {
|
||||
"volumes": {
|
||||
@@ -10882,7 +10881,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",
|
||||
|
Reference in New Issue
Block a user