UNPKG

kubernetes-models

Version:
22 lines (21 loc) 596 B
import { register } from "@kubernetes-models/validate"; import { addSchema as IoK8sApiCoreV1ClientIPConfig } from "./IoK8sApiCoreV1ClientIPConfig.mjs"; const schema = { "properties": { "clientIP": { "oneOf": [ { "$ref": "io.k8s.api.core.v1.ClientIPConfig#" }, { "type": "null" } ] } }, "type": "object" }; export function addSchema() { IoK8sApiCoreV1ClientIPConfig(); register("io.k8s.api.core.v1.SessionAffinityConfig", schema); }