UNPKG

@jkcfg/kubernetes

Version:
45 lines 1.28 kB
{ "$schema": "http://json-schema.org/schema#", "required": [ "type", "status" ], "type": "object", "description": "PersistentVolumeClaimCondition contails details about state of pvc", "properties": { "status": { "type": [ "string", "null" ] }, "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, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports \"ResizeStarted\" that means the underlying persistent volume is being resized." }, "lastProbeTime": { "description": "Last time we probed the condition.", "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" }, "message": { "type": [ "string", "null" ], "description": "Human-readable message indicating details about last transition." }, "type": { "type": [ "string", "null" ] } } }