@kubernetes/client-node
Version:
NodeJS client for kubernetes
62 lines • 1.87 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.
*/
/**
* DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices. A DeviceClassName is currently required. Clients must check that it is indeed set. It\'s absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.
*/
export class V1alpha3DeviceRequest {
static getAttributeTypeMap() {
return V1alpha3DeviceRequest.attributeTypeMap;
}
constructor() {
}
}
V1alpha3DeviceRequest.discriminator = undefined;
V1alpha3DeviceRequest.mapping = undefined;
V1alpha3DeviceRequest.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": "name",
"baseName": "name",
"type": "string",
"format": ""
},
{
"name": "selectors",
"baseName": "selectors",
"type": "Array<V1alpha3DeviceSelector>",
"format": ""
}
];
//# sourceMappingURL=V1alpha3DeviceRequest.js.map