@kubernetes/client-node
Version:
NodeJS client for kubernetes
50 lines • 1.18 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 node this Taint is attached to has the \"effect\" on any pod that does not tolerate the Taint.
*/
export class V1Taint {
static getAttributeTypeMap() {
return V1Taint.attributeTypeMap;
}
constructor() {
}
}
V1Taint.discriminator = undefined;
V1Taint.mapping = undefined;
V1Taint.attributeTypeMap = [
{
"name": "effect",
"baseName": "effect",
"type": "string",
"format": ""
},
{
"name": "key",
"baseName": "key",
"type": "string",
"format": ""
},
{
"name": "timeAdded",
"baseName": "timeAdded",
"type": "Date",
"format": "date-time"
},
{
"name": "value",
"baseName": "value",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1Taint.js.map