UNPKG

@jkcfg/kubernetes

Version:
43 lines 1.12 kB
{ "$schema": "http://json-schema.org/schema#", "required": [ "type", "status" ], "type": "object", "description": "ReplicationControllerCondition describes the state of a replication controller at a certain point.", "properties": { "status": { "type": [ "string", "null" ], "description": "Status of the condition, one of True, False, Unknown." }, "type": { "type": [ "string", "null" ], "description": "Type of replication controller condition." }, "message": { "type": [ "string", "null" ], "description": "A human readable message indicating details about the transition." }, "lastTransitionTime": { "description": "The 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": "The reason for the condition's last transition." } } }