@kubernetes/client-node
Version:
NodeJS client for kubernetes
56 lines • 1.62 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.
*/
/**
* VolumeAttributesClass represents a specification of mutable volume attributes defined by the CSI driver. The class can be specified during dynamic provisioning of PersistentVolumeClaims, and changed in the PersistentVolumeClaim spec after provisioning.
*/
export class V1beta1VolumeAttributesClass {
static getAttributeTypeMap() {
return V1beta1VolumeAttributesClass.attributeTypeMap;
}
constructor() {
}
}
V1beta1VolumeAttributesClass.discriminator = undefined;
V1beta1VolumeAttributesClass.mapping = undefined;
V1beta1VolumeAttributesClass.attributeTypeMap = [
{
"name": "apiVersion",
"baseName": "apiVersion",
"type": "string",
"format": ""
},
{
"name": "driverName",
"baseName": "driverName",
"type": "string",
"format": ""
},
{
"name": "kind",
"baseName": "kind",
"type": "string",
"format": ""
},
{
"name": "metadata",
"baseName": "metadata",
"type": "V1ObjectMeta",
"format": ""
},
{
"name": "parameters",
"baseName": "parameters",
"type": "{ [key: string]: string; }",
"format": ""
}
];
//# sourceMappingURL=V1beta1VolumeAttributesClass.js.map