Skip to content

Commit 2bbe533

Browse files
committed
fixup! clarify TimeAdded
1 parent eb2e19a commit 2bbe533

File tree

1 file changed

+2
-1
lines changed
  • keps/sig-scheduling/5055-dra-device-taints-and-tolerations

1 file changed

+2
-1
lines changed

keps/sig-scheduling/5055-dra-device-taints-and-tolerations/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,8 @@ type DeviceTaint struct {
292292
// It might get added as part of that.
293293

294294
// TimeAdded represents the time at which the taint was added.
295-
// It is only written for NoExecute taints.
295+
// For NoExecute taints, the current time is set automatically
296+
// when adding such a taint. There is no default for other taints.
296297
//
297298
// +optional
298299
TimeAdded *metav1.Time

0 commit comments

Comments
 (0)