UNPKG

kubernetes-models

Version:
31 lines (30 loc) 963 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.addSchema = void 0; const validate_1 = require("@kubernetes-models/validate"); const IoK8sApiFlowcontrolV1beta2LimitResponse_1 = require("./IoK8sApiFlowcontrolV1beta2LimitResponse.js"); const schema = { "properties": { "assuredConcurrencyShares": { "format": "int32", "type": "integer", "nullable": true }, "limitResponse": { "oneOf": [ { "$ref": "io.k8s.api.flowcontrol.v1beta2.LimitResponse#" }, { "type": "null" } ] } }, "type": "object" }; function addSchema() { (0, IoK8sApiFlowcontrolV1beta2LimitResponse_1.addSchema)(); (0, validate_1.register)("io.k8s.api.flowcontrol.v1beta2.LimitedPriorityLevelConfiguration", schema); } exports.addSchema = addSchema;