Generated code

This commit is contained in:
Clayton Coleman
2015-11-18 13:22:54 -05:00
parent 1d592e4c28
commit af7e7f146d
12 changed files with 265 additions and 265 deletions

View File

@@ -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": {

View File

@@ -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": {