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