kubernetes-models
Version:
16 lines (15 loc) • 629 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IoK8sApiCoreV1PodIP = exports.PodIP = void 0;
const base_1 = require("@kubernetes-models/base");
const IoK8sApiCoreV1PodIP_1 = require("../_schemas/IoK8sApiCoreV1PodIP.js");
/**
* IP address information for entries in the (plural) PodIPs field. Each entry includes:
*
* IP: An IP address allocated to the pod. Routable at least within the cluster.
*/
class PodIP extends base_1.Model {
}
exports.PodIP = PodIP;
exports.IoK8sApiCoreV1PodIP = PodIP;
(0, base_1.setSchema)(PodIP, "io.k8s.api.core.v1.PodIP", IoK8sApiCoreV1PodIP_1.addSchema);