@kubernetes/client-node
Version:
NodeJS client for kubernetes
80 lines • 2.09 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.
*/
/**
* PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes
*/
export class V1PersistentVolumeClaimSpec {
static getAttributeTypeMap() {
return V1PersistentVolumeClaimSpec.attributeTypeMap;
}
constructor() {
}
}
V1PersistentVolumeClaimSpec.discriminator = undefined;
V1PersistentVolumeClaimSpec.mapping = undefined;
V1PersistentVolumeClaimSpec.attributeTypeMap = [
{
"name": "accessModes",
"baseName": "accessModes",
"type": "Array<string>",
"format": ""
},
{
"name": "dataSource",
"baseName": "dataSource",
"type": "V1TypedLocalObjectReference",
"format": ""
},
{
"name": "dataSourceRef",
"baseName": "dataSourceRef",
"type": "V1TypedObjectReference",
"format": ""
},
{
"name": "resources",
"baseName": "resources",
"type": "V1VolumeResourceRequirements",
"format": ""
},
{
"name": "selector",
"baseName": "selector",
"type": "V1LabelSelector",
"format": ""
},
{
"name": "storageClassName",
"baseName": "storageClassName",
"type": "string",
"format": ""
},
{
"name": "volumeAttributesClassName",
"baseName": "volumeAttributesClassName",
"type": "string",
"format": ""
},
{
"name": "volumeMode",
"baseName": "volumeMode",
"type": "string",
"format": ""
},
{
"name": "volumeName",
"baseName": "volumeName",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1PersistentVolumeClaimSpec.js.map