@jkcfg/kubernetes
Version:
jk Kubernetes library
17 lines • 406 B
JSON
{
"description": "PodReadinessGate contains the reference to a pod condition",
"properties": {
"conditionType": {
"description": "ConditionType refers to a condition in the pod's condition list with matching type.",
"type": [
"string",
"null"
]
}
},
"required": [
"conditionType"
],
"type": "object",
"$schema": "http://json-schema.org/schema#"
}