UNPKG

kubernetes-models

Version:
30 lines (29 loc) 735 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.addSchema = void 0; const validate_1 = require("@kubernetes-models/validate"); const schema = { "properties": { "apiVersion": { "type": "string", "nullable": true }, "kind": { "type": "string", "nullable": true }, "name": { "type": "string", "nullable": true }, "uid": { "type": "string", "nullable": true } }, "type": "object" }; function addSchema() { (0, validate_1.register)("io.k8s.api.authentication.v1.BoundObjectReference", schema); } exports.addSchema = addSchema;