@kubernetes/client-node
Version:
NodeJS client for kubernetes
44 lines • 1.02 kB
JavaScript
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: v1.32.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* Maps a string key to a path within a volume.
*/
export class V1KeyToPath {
static getAttributeTypeMap() {
return V1KeyToPath.attributeTypeMap;
}
constructor() {
}
}
V1KeyToPath.discriminator = undefined;
V1KeyToPath.mapping = undefined;
V1KeyToPath.attributeTypeMap = [
{
"name": "key",
"baseName": "key",
"type": "string",
"format": ""
},
{
"name": "mode",
"baseName": "mode",
"type": "number",
"format": "int32"
},
{
"name": "path",
"baseName": "path",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1KeyToPath.js.map