UNPKG

kubernetes-models

Version:
14 lines (13 loc) 328 B
import { register } from "@kubernetes-models/validate"; const schema = { "properties": { "namespace": { "type": "string", "nullable": true } }, "type": "object" }; export function addSchema() { register("io.k8s.api.authorization.v1.SelfSubjectRulesReviewSpec", schema); }