UNPKG

@jkcfg/kubernetes

Version:
43 lines 1.06 kB
{ "description": "StatefulSetCondition describes the state of a statefulset at a certain point.", "required": [ "type", "status" ], "properties": { "lastTransitionTime": { "description": "Last time the condition transitioned from one status to another.", "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" }, "message": { "description": "A human readable message indicating details about the transition.", "type": [ "string", "null" ] }, "reason": { "description": "The reason for the condition's last transition.", "type": [ "string", "null" ] }, "status": { "description": "Status of the condition, one of True, False, Unknown.", "type": [ "string", "null" ] }, "type": { "description": "Type of statefulset condition.", "type": [ "string", "null" ] } }, "$schema": "http://json-schema.org/schema#", "type": "object" }