UNPKG

@jkcfg/kubernetes

Version:
43 lines 1.13 kB
{ "$schema": "http://json-schema.org/schema#", "required": [ "type", "status" ], "type": "object", "description": "CustomResourceDefinitionCondition contains details for the current condition of this pod.", "properties": { "status": { "type": [ "string", "null" ], "description": "Status is the status of the condition. Can be True, False, Unknown." }, "type": { "type": [ "string", "null" ], "description": "Type is the type of the condition." }, "message": { "type": [ "string", "null" ], "description": "Human-readable message indicating details about last transition." }, "lastTransitionTime": { "description": "Last time the condition transitioned from one status to another.", "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" }, "reason": { "type": [ "string", "null" ], "description": "Unique, one-word, CamelCase reason for the condition's last transition." } } }