UNPKG

@jkcfg/kubernetes

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