UNPKG

kubernetes-models

Version:
28 lines (27 loc) 769 B
import { register } from "@kubernetes-models/validate"; import { addSchema as IoK8sApiFlowcontrolV1beta2QueuingConfiguration } from "./IoK8sApiFlowcontrolV1beta2QueuingConfiguration.mjs"; const schema = { "properties": { "queuing": { "oneOf": [ { "$ref": "io.k8s.api.flowcontrol.v1beta2.QueuingConfiguration#" }, { "type": "null" } ] }, "type": { "type": "string" } }, "required": [ "type" ], "type": "object" }; export function addSchema() { IoK8sApiFlowcontrolV1beta2QueuingConfiguration(); register("io.k8s.api.flowcontrol.v1beta2.LimitResponse", schema); }