UNPKG

kubernetes-models

Version:
14 lines (13 loc) 634 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiCoreV1DaemonEndpoint = exports.DaemonEndpoint = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiCoreV1DaemonEndpoint_1 = require("../_schemas/IoK8sApiCoreV1DaemonEndpoint.js"); /** * DaemonEndpoint contains information about a single Daemon endpoint. */ class DaemonEndpoint extends base_1.Model { } exports.DaemonEndpoint = DaemonEndpoint; exports.IoK8sApiCoreV1DaemonEndpoint = DaemonEndpoint; (0, base_1.setSchema)(DaemonEndpoint, "io.k8s.api.core.v1.DaemonEndpoint", IoK8sApiCoreV1DaemonEndpoint_1.addSchema);