UNPKG

@jkcfg/kubernetes

Version:
21 lines 654 B
{ "$schema": "http://json-schema.org/schema#", "type": "object", "description": "ComponentStatus (and ComponentStatusList) holds the cluster validation info.", "properties": { "conditions": { "items": { "$ref": "_definitions.json#/definitions/v1.ComponentCondition" }, "type": [ "array", "null" ], "description": "List of component conditions observed" }, "metadata": { "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", "$ref": "_definitions.json#/definitions/v1.ObjectMeta" } } }