@kubernetes/client-node
Version:
NodeJS client for kubernetes
56 lines • 1.47 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.
*/
/**
* The ResourceClaim this DeviceToleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.
*/
export class V1beta1DeviceToleration {
static getAttributeTypeMap() {
return V1beta1DeviceToleration.attributeTypeMap;
}
constructor() {
}
}
V1beta1DeviceToleration.discriminator = undefined;
V1beta1DeviceToleration.mapping = undefined;
V1beta1DeviceToleration.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=V1beta1DeviceToleration.js.map