UNPKG

@kubernetes/client-node

Version:
50 lines 1.38 kB
/** * 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. */ /** * DeviceTaintRule adds one taint to all devices which match the selector. This has the same effect as if the taint was specified directly in the ResourceSlice by the DRA driver. */ export class V1alpha3DeviceTaintRule { static getAttributeTypeMap() { return V1alpha3DeviceTaintRule.attributeTypeMap; } constructor() { } } V1alpha3DeviceTaintRule.discriminator = undefined; V1alpha3DeviceTaintRule.mapping = undefined; V1alpha3DeviceTaintRule.attributeTypeMap = [ { "name": "apiVersion", "baseName": "apiVersion", "type": "string", "format": "" }, { "name": "kind", "baseName": "kind", "type": "string", "format": "" }, { "name": "metadata", "baseName": "metadata", "type": "V1ObjectMeta", "format": "" }, { "name": "spec", "baseName": "spec", "type": "V1alpha3DeviceTaintRuleSpec", "format": "" } ]; //# sourceMappingURL=V1alpha3DeviceTaintRule.js.map