UNPKG

@jkcfg/kubernetes

Version:
45 lines 1.26 kB
{ "description": "PersistentVolumeClaimCondition contails details about state of pvc", "properties": { "lastProbeTime": { "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time we probed the condition." }, "lastTransitionTime": { "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time the condition transitioned from one status to another." }, "message": { "description": "Human-readable message indicating details about last transition.", "type": [ "string", "null" ] }, "reason": { "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.", "type": [ "string", "null" ] }, "status": { "type": [ "string", "null" ] }, "type": { "type": [ "string", "null" ] } }, "required": [ "type", "status" ], "type": "object", "$schema": "http://json-schema.org/schema#" }