UNPKG

@kubernetes/client-node

Version:
32 lines 945 B
/** * 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. */ /** * CustomResourceValidation is a list of validation methods for CustomResources. */ export class V1CustomResourceValidation { static getAttributeTypeMap() { return V1CustomResourceValidation.attributeTypeMap; } constructor() { } } V1CustomResourceValidation.discriminator = undefined; V1CustomResourceValidation.mapping = undefined; V1CustomResourceValidation.attributeTypeMap = [ { "name": "openAPIV3Schema", "baseName": "openAPIV3Schema", "type": "V1JSONSchemaProps", "format": "" } ]; //# sourceMappingURL=V1CustomResourceValidation.js.map