UNPKG

kubernetes-models

Version:
14 lines (13 loc) 743 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiCoreV1LifecycleHandler = exports.LifecycleHandler = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiCoreV1LifecycleHandler_1 = require("../_schemas/IoK8sApiCoreV1LifecycleHandler.js"); /** * 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 LifecycleHandler extends base_1.Model { } exports.LifecycleHandler = LifecycleHandler; exports.IoK8sApiCoreV1LifecycleHandler = LifecycleHandler; (0, base_1.setSchema)(LifecycleHandler, "io.k8s.api.core.v1.LifecycleHandler", IoK8sApiCoreV1LifecycleHandler_1.addSchema);