62 lines
1.6 KiB
JavaScript
62 lines
1.6 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.V1CSIDriverSpec = void 0;
|
|
/**
|
|
* CSIDriverSpec is the specification of a CSIDriver.
|
|
*/
|
|
class V1CSIDriverSpec {
|
|
static getAttributeTypeMap() {
|
|
return V1CSIDriverSpec.attributeTypeMap;
|
|
}
|
|
}
|
|
exports.V1CSIDriverSpec = V1CSIDriverSpec;
|
|
V1CSIDriverSpec.discriminator = undefined;
|
|
V1CSIDriverSpec.attributeTypeMap = [
|
|
{
|
|
"name": "attachRequired",
|
|
"baseName": "attachRequired",
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"name": "fsGroupPolicy",
|
|
"baseName": "fsGroupPolicy",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "podInfoOnMount",
|
|
"baseName": "podInfoOnMount",
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"name": "requiresRepublish",
|
|
"baseName": "requiresRepublish",
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"name": "storageCapacity",
|
|
"baseName": "storageCapacity",
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"name": "tokenRequests",
|
|
"baseName": "tokenRequests",
|
|
"type": "Array<StorageV1TokenRequest>"
|
|
},
|
|
{
|
|
"name": "volumeLifecycleModes",
|
|
"baseName": "volumeLifecycleModes",
|
|
"type": "Array<string>"
|
|
}
|
|
];
|
|
//# sourceMappingURL=v1CSIDriverSpec.js.map
|