UNPKG

kubernetes-models

Version:
14 lines (13 loc) 551 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiCoreV1KeyToPath = exports.KeyToPath = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiCoreV1KeyToPath_1 = require("../_schemas/IoK8sApiCoreV1KeyToPath.js"); /** * Maps a string key to a path within a volume. */ class KeyToPath extends base_1.Model { } exports.KeyToPath = KeyToPath; exports.IoK8sApiCoreV1KeyToPath = KeyToPath; (0, base_1.setSchema)(KeyToPath, "io.k8s.api.core.v1.KeyToPath", IoK8sApiCoreV1KeyToPath_1.addSchema);