UNPKG

kubernetes-models

Version:
22 lines (21 loc) 584 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.addSchema = void 0; const validate_1 = require("@kubernetes-models/validate"); const schema = { "properties": { "whenDeleted": { "type": "string", "nullable": true }, "whenScaled": { "type": "string", "nullable": true } }, "type": "object" }; function addSchema() { (0, validate_1.register)("io.k8s.api.apps.v1.StatefulSetPersistentVolumeClaimRetentionPolicy", schema); } exports.addSchema = addSchema;