@kubernetes/client-node
Version:
NodeJS client for kubernetes
44 lines • 1.24 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.
*/
/**
* DeviceAllocationConfiguration gets embedded in an AllocationResult.
*/
export class V1alpha3DeviceAllocationConfiguration {
static getAttributeTypeMap() {
return V1alpha3DeviceAllocationConfiguration.attributeTypeMap;
}
constructor() {
}
}
V1alpha3DeviceAllocationConfiguration.discriminator = undefined;
V1alpha3DeviceAllocationConfiguration.mapping = undefined;
V1alpha3DeviceAllocationConfiguration.attributeTypeMap = [
{
"name": "opaque",
"baseName": "opaque",
"type": "V1alpha3OpaqueDeviceConfiguration",
"format": ""
},
{
"name": "requests",
"baseName": "requests",
"type": "Array<string>",
"format": ""
},
{
"name": "source",
"baseName": "source",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1alpha3DeviceAllocationConfiguration.js.map