"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.V1Handler = void 0; /** * Handler defines a specific action that should be taken */ class V1Handler { static getAttributeTypeMap() { return V1Handler.attributeTypeMap; } } exports.V1Handler = V1Handler; V1Handler.discriminator = undefined; V1Handler.attributeTypeMap = [ { "name": "exec", "baseName": "exec", "type": "V1ExecAction" }, { "name": "httpGet", "baseName": "httpGet", "type": "V1HTTPGetAction" }, { "name": "tcpSocket", "baseName": "tcpSocket", "type": "V1TCPSocketAction" } ]; //# sourceMappingURL=v1Handler.js.map