UNPKG

@kubernetes/client-node

Version:
44 lines 1.11 kB
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.32.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered. */ export class V1StatusCause { static getAttributeTypeMap() { return V1StatusCause.attributeTypeMap; } constructor() { } } V1StatusCause.discriminator = undefined; V1StatusCause.mapping = undefined; V1StatusCause.attributeTypeMap = [ { "name": "field", "baseName": "field", "type": "string", "format": "" }, { "name": "message", "baseName": "message", "type": "string", "format": "" }, { "name": "reason", "baseName": "reason", "type": "string", "format": "" } ]; //# sourceMappingURL=V1StatusCause.js.map