UNPKG

kubernetes-models

Version:
22 lines (21 loc) 561 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.addSchema = void 0; const validate_1 = require("@kubernetes-models/validate"); const schema = { "properties": { "pathPrefix": { "type": "string", "nullable": true }, "readOnly": { "type": "boolean", "nullable": true } }, "type": "object" }; function addSchema() { (0, validate_1.register)("io.k8s.api.extensions.v1beta1.AllowedHostPath", schema); } exports.addSchema = addSchema;