UNPKG

kubernetes-models

Version:
14 lines (13 loc) 776 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiAuthenticationV1BoundObjectReference = exports.BoundObjectReference = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiAuthenticationV1BoundObjectReference_1 = require("../../_schemas/IoK8sApiAuthenticationV1BoundObjectReference.js"); /** * BoundObjectReference is a reference to an object that a token is bound to. */ class BoundObjectReference extends base_1.Model { } exports.BoundObjectReference = BoundObjectReference; exports.IoK8sApiAuthenticationV1BoundObjectReference = BoundObjectReference; (0, base_1.setSchema)(BoundObjectReference, "io.k8s.api.authentication.v1.BoundObjectReference", IoK8sApiAuthenticationV1BoundObjectReference_1.addSchema);