UNPKG

@jkcfg/kubernetes

Version:
18 lines 600 B
{ "description": "VolumeError captures an error encountered during a volume operation.", "properties": { "message": { "description": "String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.", "type": [ "string", "null" ] }, "time": { "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Time the error was encountered." } }, "type": "object", "$schema": "http://json-schema.org/schema#" }