UNPKG

kubernetes-models

Version:
14 lines (13 loc) 665 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiExtensionsV1beta1IngressTLS = exports.IngressTLS = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiExtensionsV1beta1IngressTLS_1 = require("../../_schemas/IoK8sApiExtensionsV1beta1IngressTLS.js"); /** * IngressTLS describes the transport layer security associated with an Ingress. */ class IngressTLS extends base_1.Model { } exports.IngressTLS = IngressTLS; exports.IoK8sApiExtensionsV1beta1IngressTLS = IngressTLS; (0, base_1.setSchema)(IngressTLS, "io.k8s.api.extensions.v1beta1.IngressTLS", IoK8sApiExtensionsV1beta1IngressTLS_1.addSchema);