UNPKG

kubernetes-models

Version:
14 lines (13 loc) 617 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiCoreV1ContainerPort = exports.ContainerPort = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiCoreV1ContainerPort_1 = require("../_schemas/IoK8sApiCoreV1ContainerPort.js"); /** * ContainerPort represents a network port in a single container. */ class ContainerPort extends base_1.Model { } exports.ContainerPort = ContainerPort; exports.IoK8sApiCoreV1ContainerPort = ContainerPort; (0, base_1.setSchema)(ContainerPort, "io.k8s.api.core.v1.ContainerPort", IoK8sApiCoreV1ContainerPort_1.addSchema);