UNPKG

kubernetes-models

Version:
32 lines (31 loc) 923 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.addSchema = void 0; const validate_1 = require("@kubernetes-models/validate"); const IoK8sApiFlowcontrolV1beta2QueuingConfiguration_1 = require("./IoK8sApiFlowcontrolV1beta2QueuingConfiguration.js"); const schema = { "properties": { "queuing": { "oneOf": [ { "$ref": "io.k8s.api.flowcontrol.v1beta2.QueuingConfiguration#" }, { "type": "null" } ] }, "type": { "type": "string" } }, "required": [ "type" ], "type": "object" }; function addSchema() { (0, IoK8sApiFlowcontrolV1beta2QueuingConfiguration_1.addSchema)(); (0, validate_1.register)("io.k8s.api.flowcontrol.v1beta2.LimitResponse", schema); } exports.addSchema = addSchema;