UNPKG

kubernetes-models

Version:
26 lines (25 loc) 790 B
import { register } from "@kubernetes-models/validate"; import { addSchema as IoK8sApiAppsV1beta2RollingUpdateStatefulSetStrategy } from "./IoK8sApiAppsV1beta2RollingUpdateStatefulSetStrategy.mjs"; const schema = { "properties": { "rollingUpdate": { "oneOf": [ { "$ref": "io.k8s.api.apps.v1beta2.RollingUpdateStatefulSetStrategy#" }, { "type": "null" } ] }, "type": { "type": "string", "nullable": true } }, "type": "object" }; export function addSchema() { IoK8sApiAppsV1beta2RollingUpdateStatefulSetStrategy(); register("io.k8s.api.apps.v1beta2.StatefulSetUpdateStrategy", schema); }