UNPKG

kubernetes-models

Version:
16 lines (15 loc) 333 B
import { register } from "@kubernetes-models/validate"; const schema = { "properties": { "type": { "type": "string" } }, "required": [ "type" ], "type": "object" }; export function addSchema() { register("io.k8s.api.flowcontrol.v1beta2.FlowDistinguisherMethod", schema); }