UNPKG

kubernetes-models

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