UNPKG

kubernetes-models

Version:
14 lines (13 loc) 628 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiCoordinationV1beta1LeaseSpec = exports.LeaseSpec = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiCoordinationV1beta1LeaseSpec_1 = require("../../_schemas/IoK8sApiCoordinationV1beta1LeaseSpec.js"); /** * LeaseSpec is a specification of a Lease. */ class LeaseSpec extends base_1.Model { } exports.LeaseSpec = LeaseSpec; exports.IoK8sApiCoordinationV1beta1LeaseSpec = LeaseSpec; (0, base_1.setSchema)(LeaseSpec, "io.k8s.api.coordination.v1beta1.LeaseSpec", IoK8sApiCoordinationV1beta1LeaseSpec_1.addSchema);