mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
remove unused const failedExpiration
This commit is contained in:
parent
ededd08ba1
commit
30bfa7d078
1 changed files with 0 additions and 1 deletions
|
|
@ -47,7 +47,6 @@ const (
|
|||
// cleaned up.
|
||||
approvedExpiration = 1 * time.Hour
|
||||
deniedExpiration = 1 * time.Hour
|
||||
failedExpiration = 1 * time.Hour
|
||||
pendingExpiration = 24 * time.Hour
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue