@kubernetes/client-node
Version:
NodeJS client for kubernetes
62 lines • 1.59 kB
JavaScript
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: v1.33.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* ExactDeviceRequest is a request for one or more identical devices.
*/
export class V1beta2ExactDeviceRequest {
static getAttributeTypeMap() {
return V1beta2ExactDeviceRequest.attributeTypeMap;
}
constructor() {
}
}
V1beta2ExactDeviceRequest.discriminator = undefined;
V1beta2ExactDeviceRequest.mapping = undefined;
V1beta2ExactDeviceRequest.attributeTypeMap = [
{
"name": "adminAccess",
"baseName": "adminAccess",
"type": "boolean",
"format": ""
},
{
"name": "allocationMode",
"baseName": "allocationMode",
"type": "string",
"format": ""
},
{
"name": "count",
"baseName": "count",
"type": "number",
"format": "int64"
},
{
"name": "deviceClassName",
"baseName": "deviceClassName",
"type": "string",
"format": ""
},
{
"name": "selectors",
"baseName": "selectors",
"type": "Array<V1beta2DeviceSelector>",
"format": ""
},
{
"name": "tolerations",
"baseName": "tolerations",
"type": "Array<V1beta2DeviceToleration>",
"format": ""
}
];
//# sourceMappingURL=V1beta2ExactDeviceRequest.js.map