UNPKG

@kubernetes/client-node

Version:
56 lines 1.47 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. */ /** * The ResourceClaim this DeviceToleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>. */ export class V1alpha3DeviceToleration { static getAttributeTypeMap() { return V1alpha3DeviceToleration.attributeTypeMap; } constructor() { } } V1alpha3DeviceToleration.discriminator = undefined; V1alpha3DeviceToleration.mapping = undefined; V1alpha3DeviceToleration.attributeTypeMap = [ { "name": "effect", "baseName": "effect", "type": "string", "format": "" }, { "name": "key", "baseName": "key", "type": "string", "format": "" }, { "name": "operator", "baseName": "operator", "type": "string", "format": "" }, { "name": "tolerationSeconds", "baseName": "tolerationSeconds", "type": "number", "format": "int64" }, { "name": "value", "baseName": "value", "type": "string", "format": "" } ]; //# sourceMappingURL=V1alpha3DeviceToleration.js.map