UNPKG

kubernetes-models

Version:
19 lines (18 loc) 711 B
import { register } from "@kubernetes-models/validate"; import { addSchema as IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceCondition } from "./IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceCondition.mjs"; const schema = { "properties": { "conditions": { "items": { "$ref": "io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceCondition#" }, "type": "array", "nullable": true } }, "type": "object" }; export function addSchema() { IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceCondition(); register("io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceStatus", schema); }