kubernetes-models
Version:
15 lines (14 loc) • 844 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IoK8sApiExtensionsV1beta1HostPortRange = exports.HostPortRange = void 0;
const base_1 = require("@kubernetes-models/base");
const IoK8sApiExtensionsV1beta1HostPortRange_1 = require("../../_schemas/IoK8sApiExtensionsV1beta1HostPortRange.js");
/**
* HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined. Deprecated: use HostPortRange from policy API Group instead.
* @deprecated
*/
class HostPortRange extends base_1.Model {
}
exports.HostPortRange = HostPortRange;
exports.IoK8sApiExtensionsV1beta1HostPortRange = HostPortRange;
(0, base_1.setSchema)(HostPortRange, "io.k8s.api.extensions.v1beta1.HostPortRange", IoK8sApiExtensionsV1beta1HostPortRange_1.addSchema);