@jkcfg/kubernetes
Version:
jk Kubernetes library
40 lines • 804 B
JSON
{
"description": "NamespaceCondition contains details about state of namespace.",
"properties": {
"lastTransitionTime": {
"$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
},
"message": {
"type": [
"string",
"null"
]
},
"reason": {
"type": [
"string",
"null"
]
},
"status": {
"description": "Status of the condition, one of True, False, Unknown.",
"type": [
"string",
"null"
]
},
"type": {
"description": "Type of namespace controller condition.",
"type": [
"string",
"null"
]
}
},
"required": [
"type",
"status"
],
"type": "object",
"$schema": "http://json-schema.org/schema#"
}