UNPKG

kubernetes-models

Version:
14 lines (13 loc) 587 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiCoreV1Probe = exports.Probe = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiCoreV1Probe_1 = require("../_schemas/IoK8sApiCoreV1Probe.js"); /** * Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic. */ class Probe extends base_1.Model { } exports.Probe = Probe; exports.IoK8sApiCoreV1Probe = Probe; (0, base_1.setSchema)(Probe, "io.k8s.api.core.v1.Probe", IoK8sApiCoreV1Probe_1.addSchema);