UNPKG

@kubernetes/client-node

Version:
50 lines 1.33 kB
/** * 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. */ /** * 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. */ export class V1LifecycleHandler { static getAttributeTypeMap() { return V1LifecycleHandler.attributeTypeMap; } constructor() { } } V1LifecycleHandler.discriminator = undefined; V1LifecycleHandler.mapping = undefined; V1LifecycleHandler.attributeTypeMap = [ { "name": "exec", "baseName": "exec", "type": "V1ExecAction", "format": "" }, { "name": "httpGet", "baseName": "httpGet", "type": "V1HTTPGetAction", "format": "" }, { "name": "sleep", "baseName": "sleep", "type": "V1SleepAction", "format": "" }, { "name": "tcpSocket", "baseName": "tcpSocket", "type": "V1TCPSocketAction", "format": "" } ]; //# sourceMappingURL=V1LifecycleHandler.js.map