UNPKG

@kubernetes/client-node

Version:
42 lines 1.25 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.27 * * * 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.V1LifecycleHandler = void 0; /** * LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified. */ class V1LifecycleHandler { static getAttributeTypeMap() { return V1LifecycleHandler.attributeTypeMap; } } exports.V1LifecycleHandler = V1LifecycleHandler; V1LifecycleHandler.discriminator = undefined; V1LifecycleHandler.attributeTypeMap = [ { "name": "exec", "baseName": "exec", "type": "V1ExecAction" }, { "name": "httpGet", "baseName": "httpGet", "type": "V1HTTPGetAction" }, { "name": "tcpSocket", "baseName": "tcpSocket", "type": "V1TCPSocketAction" } ]; //# sourceMappingURL=v1LifecycleHandler.js.map