"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1.22.2 * * * 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.V1Toleration = void 0; /** * The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . */ class V1Toleration { static getAttributeTypeMap() { return V1Toleration.attributeTypeMap; } } exports.V1Toleration = V1Toleration; V1Toleration.discriminator = undefined; V1Toleration.attributeTypeMap = [ { "name": "effect", "baseName": "effect", "type": "string" }, { "name": "key", "baseName": "key", "type": "string" }, { "name": "operator", "baseName": "operator", "type": "string" }, { "name": "tolerationSeconds", "baseName": "tolerationSeconds", "type": "number" }, { "name": "value", "baseName": "value", "type": "string" } ]; //# sourceMappingURL=v1Toleration.js.map