UNPKG

kubernetes-models

Version:
18 lines (17 loc) 402 B
import { register } from "@kubernetes-models/validate"; const schema = { "properties": { "message": { "type": "string", "nullable": true }, "reason": { "type": "string", "nullable": true } }, "type": "object" }; export function addSchema() { register("io.k8s.api.core.v1.ContainerStateWaiting", schema); }