@jkcfg/kubernetes
Version:
jk Kubernetes library
21 lines • 482 B
JSON
{
"description": "ContainerStateWaiting is a waiting state of a container.",
"properties": {
"message": {
"description": "Message regarding why the container is not yet running.",
"type": [
"string",
"null"
]
},
"reason": {
"description": "(brief) reason the container is not yet running.",
"type": [
"string",
"null"
]
}
},
"type": "object",
"$schema": "http://json-schema.org/schema#"
}