UNPKG

kubernetes-models

Version:
18 lines (17 loc) 413 B
import { register } from "@kubernetes-models/validate"; const schema = { "properties": { "pathPrefix": { "type": "string", "nullable": true }, "readOnly": { "type": "boolean", "nullable": true } }, "type": "object" }; export function addSchema() { register("io.k8s.api.extensions.v1beta1.AllowedHostPath", schema); }