mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 20:54:08 +00:00
Generated code
This commit is contained in:
@@ -13544,17 +13544,17 @@
|
||||
},
|
||||
"initialDelaySeconds": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"format": "int32",
|
||||
"description": "Number of seconds after the container has started before liveness probes are initiated. More info: http://releases.k8s.io/HEAD/docs/user-guide/pod-states.md#container-probes"
|
||||
},
|
||||
"timeoutSeconds": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"format": "int32",
|
||||
"description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: http://releases.k8s.io/HEAD/docs/user-guide/pod-states.md#container-probes"
|
||||
},
|
||||
"periodSeconds": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"format": "int32",
|
||||
"description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."
|
||||
},
|
||||
"successThreshold": {
|
||||
|
@@ -3784,17 +3784,17 @@
|
||||
},
|
||||
"initialDelaySeconds": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"format": "int32",
|
||||
"description": "Number of seconds after the container has started before liveness probes are initiated. More info: http://releases.k8s.io/HEAD/docs/user-guide/pod-states.md#container-probes"
|
||||
},
|
||||
"timeoutSeconds": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"format": "int32",
|
||||
"description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: http://releases.k8s.io/HEAD/docs/user-guide/pod-states.md#container-probes"
|
||||
},
|
||||
"periodSeconds": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"format": "int32",
|
||||
"description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."
|
||||
},
|
||||
"successThreshold": {
|
||||
|
Reference in New Issue
Block a user