Modify TTLAfterFinished state to beta in comment

This commit is contained in:
Pingan2017 2021-09-01 10:50:17 +08:00
parent eae38bbe9e
commit 618cabec14

View File

@ -235,6 +235,7 @@ const (
// owner: @janetkuo
// alpha: v1.12
// beta: v1.21
//
// Allow TTL controller to clean up Pods and Jobs after they finish.
TTLAfterFinished featuregate.Feature = "TTLAfterFinished"