kubernetes-models
Version:
14 lines (13 loc) • 660 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IoK8sApiCoreV1Toleration = exports.Toleration = void 0;
const base_1 = require("@kubernetes-models/base");
const IoK8sApiCoreV1Toleration_1 = require("../_schemas/IoK8sApiCoreV1Toleration.js");
/**
* The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.
*/
class Toleration extends base_1.Model {
}
exports.Toleration = Toleration;
exports.IoK8sApiCoreV1Toleration = Toleration;
(0, base_1.setSchema)(Toleration, "io.k8s.api.core.v1.Toleration", IoK8sApiCoreV1Toleration_1.addSchema);