UNPKG

kubernetes-models

Version:
10 lines (9 loc) 490 B
import { Model, setSchema } from "@kubernetes-models/base"; import { addSchema } from "../_schemas/IoK8sApiCoreV1LifecycleHandler.mjs"; /** * 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 LifecycleHandler extends Model { } setSchema(LifecycleHandler, "io.k8s.api.core.v1.LifecycleHandler", addSchema); export { LifecycleHandler as IoK8sApiCoreV1LifecycleHandler };