UNPKG

@kubernetes/client-node

Version:
32 lines 1.04 kB
"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: release-1.28 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.V1alpha1TypeChecking = void 0; /** * TypeChecking contains results of type checking the expressions in the ValidatingAdmissionPolicy */ class V1alpha1TypeChecking { static getAttributeTypeMap() { return V1alpha1TypeChecking.attributeTypeMap; } } exports.V1alpha1TypeChecking = V1alpha1TypeChecking; V1alpha1TypeChecking.discriminator = undefined; V1alpha1TypeChecking.attributeTypeMap = [ { "name": "expressionWarnings", "baseName": "expressionWarnings", "type": "Array<V1alpha1ExpressionWarning>" } ]; //# sourceMappingURL=v1alpha1TypeChecking.js.map