@kubernetes/client-node
Version:
NodeJS client for kubernetes
38 lines • 1.1 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.
*/
/**
* DeviceClassSpec is used in a [DeviceClass] to define what can be allocated and how to configure it.
*/
export class V1alpha3DeviceClassSpec {
static getAttributeTypeMap() {
return V1alpha3DeviceClassSpec.attributeTypeMap;
}
constructor() {
}
}
V1alpha3DeviceClassSpec.discriminator = undefined;
V1alpha3DeviceClassSpec.mapping = undefined;
V1alpha3DeviceClassSpec.attributeTypeMap = [
{
"name": "config",
"baseName": "config",
"type": "Array<V1alpha3DeviceClassConfiguration>",
"format": ""
},
{
"name": "selectors",
"baseName": "selectors",
"type": "Array<V1alpha3DeviceSelector>",
"format": ""
}
];
//# sourceMappingURL=V1alpha3DeviceClassSpec.js.map