UNPKG

kubernetes-models

Version:
20 lines (19 loc) 481 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.addSchema = void 0; const validate_1 = require("@kubernetes-models/validate"); const schema = { "properties": { "type": { "type": "string" } }, "required": [ "type" ], "type": "object" }; function addSchema() { (0, validate_1.register)("io.k8s.api.flowcontrol.v1beta2.FlowDistinguisherMethod", schema); } exports.addSchema = addSchema;