We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2e19a commit 2bbe533Copy full SHA for 2bbe533
keps/sig-scheduling/5055-dra-device-taints-and-tolerations/README.md
@@ -292,7 +292,8 @@ type DeviceTaint struct {
292
// It might get added as part of that.
293
294
// TimeAdded represents the time at which the taint was added.
295
- // It is only written for NoExecute taints.
+ // For NoExecute taints, the current time is set automatically
296
+ // when adding such a taint. There is no default for other taints.
297
//
298
// +optional
299
TimeAdded *metav1.Time
0 commit comments