2021-12-07 13:18:08 -05:00

42 lines
1.0 KiB
JavaScript

"use strict";
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1.22.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.V1KeyToPath = void 0;
/**
* Maps a string key to a path within a volume.
*/
class V1KeyToPath {
static getAttributeTypeMap() {
return V1KeyToPath.attributeTypeMap;
}
}
exports.V1KeyToPath = V1KeyToPath;
V1KeyToPath.discriminator = undefined;
V1KeyToPath.attributeTypeMap = [
{
"name": "key",
"baseName": "key",
"type": "string"
},
{
"name": "mode",
"baseName": "mode",
"type": "number"
},
{
"name": "path",
"baseName": "path",
"type": "string"
}
];
//# sourceMappingURL=v1KeyToPath.js.map