UNPKG

kubernetes-models

Version:
14 lines (13 loc) 618 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiCoreV1HostAlias = exports.HostAlias = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiCoreV1HostAlias_1 = require("../_schemas/IoK8sApiCoreV1HostAlias.js"); /** * HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file. */ class HostAlias extends base_1.Model { } exports.HostAlias = HostAlias; exports.IoK8sApiCoreV1HostAlias = HostAlias; (0, base_1.setSchema)(HostAlias, "io.k8s.api.core.v1.HostAlias", IoK8sApiCoreV1HostAlias_1.addSchema);