k8s.api.core.v1.Toleration1.2.1
module k8s.api.core.v1.Toleration extends k8s.K8sObject
- Module URI:
- package://pkg.pkl-lang.org/pkl-k8s/k8s@1.2.1#/api/core/v1/Toleration.pklcontent_copy
- Pkl version:
- 0.25.0 or higher
- Source code:
- Toleration.pkl
- Known usages:
- PodSpec, Scheduling, Scheduling, Scheduling
- All versions:
- 1.2.1, 1.2.0, 1.1.3, 1.1.2, 1.1.1, 1.1.0, 1.0.1
The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator.