@kubernetes/client-node
Version:
NodeJS client for kubernetes
50 lines • 1.32 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.
*/
/**
* VolumeAttachmentStatus is the status of a VolumeAttachment request.
*/
export class V1VolumeAttachmentStatus {
static getAttributeTypeMap() {
return V1VolumeAttachmentStatus.attributeTypeMap;
}
constructor() {
}
}
V1VolumeAttachmentStatus.discriminator = undefined;
V1VolumeAttachmentStatus.mapping = undefined;
V1VolumeAttachmentStatus.attributeTypeMap = [
{
"name": "attachError",
"baseName": "attachError",
"type": "V1VolumeError",
"format": ""
},
{
"name": "attached",
"baseName": "attached",
"type": "boolean",
"format": ""
},
{
"name": "attachmentMetadata",
"baseName": "attachmentMetadata",
"type": "{ [key: string]: string; }",
"format": ""
},
{
"name": "detachError",
"baseName": "detachError",
"type": "V1VolumeError",
"format": ""
}
];
//# sourceMappingURL=V1VolumeAttachmentStatus.js.map