@kubernetes/client-node
Version:
NodeJS client for kubernetes
74 lines • 1.76 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.
*/
/**
* Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.
*/
export class V1RBDVolumeSource {
static getAttributeTypeMap() {
return V1RBDVolumeSource.attributeTypeMap;
}
constructor() {
}
}
V1RBDVolumeSource.discriminator = undefined;
V1RBDVolumeSource.mapping = undefined;
V1RBDVolumeSource.attributeTypeMap = [
{
"name": "fsType",
"baseName": "fsType",
"type": "string",
"format": ""
},
{
"name": "image",
"baseName": "image",
"type": "string",
"format": ""
},
{
"name": "keyring",
"baseName": "keyring",
"type": "string",
"format": ""
},
{
"name": "monitors",
"baseName": "monitors",
"type": "Array<string>",
"format": ""
},
{
"name": "pool",
"baseName": "pool",
"type": "string",
"format": ""
},
{
"name": "readOnly",
"baseName": "readOnly",
"type": "boolean",
"format": ""
},
{
"name": "secretRef",
"baseName": "secretRef",
"type": "V1LocalObjectReference",
"format": ""
},
{
"name": "user",
"baseName": "user",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1RBDVolumeSource.js.map