Skip to content

Commit afa941b

Browse files
authored
Merge pull request kubernetes#95789 from qingsenLi/k8s201023
remove unused const failedExpiration
2 parents 0f4f699 + 30bfa7d commit afa941b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/controller/certificates/cleaner/cleaner.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ const (
4747
// cleaned up.
4848
approvedExpiration = 1 * time.Hour
4949
deniedExpiration = 1 * time.Hour
50-
failedExpiration = 1 * time.Hour
5150
pendingExpiration = 24 * time.Hour
5251
)
5352

0 commit comments

Comments
 (0)