@kubernetes/client-node
Version:
NodeJS client for kubernetes
68 lines • 1.58 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.
*/
/**
* VolumeMount describes a mounting of a Volume within a container.
*/
export class V1VolumeMount {
static getAttributeTypeMap() {
return V1VolumeMount.attributeTypeMap;
}
constructor() {
}
}
V1VolumeMount.discriminator = undefined;
V1VolumeMount.mapping = undefined;
V1VolumeMount.attributeTypeMap = [
{
"name": "mountPath",
"baseName": "mountPath",
"type": "string",
"format": ""
},
{
"name": "mountPropagation",
"baseName": "mountPropagation",
"type": "string",
"format": ""
},
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
},
{
"name": "readOnly",
"baseName": "readOnly",
"type": "boolean",
"format": ""
},
{
"name": "recursiveReadOnly",
"baseName": "recursiveReadOnly",
"type": "string",
"format": ""
},
{
"name": "subPath",
"baseName": "subPath",
"type": "string",
"format": ""
},
{
"name": "subPathExpr",
"baseName": "subPathExpr",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1VolumeMount.js.map