UNPKG

@kubernetes/client-node

Version:
50 lines 1.24 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. */ /** * Validation specifies the CEL expression which is used to apply the validation. */ export class V1beta1Validation { static getAttributeTypeMap() { return V1beta1Validation.attributeTypeMap; } constructor() { } } V1beta1Validation.discriminator = undefined; V1beta1Validation.mapping = undefined; V1beta1Validation.attributeTypeMap = [ { "name": "expression", "baseName": "expression", "type": "string", "format": "" }, { "name": "message", "baseName": "message", "type": "string", "format": "" }, { "name": "messageExpression", "baseName": "messageExpression", "type": "string", "format": "" }, { "name": "reason", "baseName": "reason", "type": "string", "format": "" } ]; //# sourceMappingURL=V1beta1Validation.js.map