mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
remove unused const failedExpiration
This commit is contained in:
parent
ededd08ba1
commit
30bfa7d078
@ -47,7 +47,6 @@ const (
|
|||||||
// cleaned up.
|
// cleaned up.
|
||||||
approvedExpiration = 1 * time.Hour
|
approvedExpiration = 1 * time.Hour
|
||||||
deniedExpiration = 1 * time.Hour
|
deniedExpiration = 1 * time.Hour
|
||||||
failedExpiration = 1 * time.Hour
|
|
||||||
pendingExpiration = 24 * time.Hour
|
pendingExpiration = 24 * time.Hour
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user