mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
remove unused constant errLeaseFailed
This commit is contained in:
parent
05f9a86f41
commit
f143d1b2cd
@ -49,8 +49,7 @@ const (
|
||||
// https://docs.microsoft.com/en-us/azure/virtual-machines/premium-storage-performance#disk-caching
|
||||
diskCachingLimit = 4096 // GiB
|
||||
|
||||
maxLUN = 64 // max number of LUNs per VM
|
||||
errLeaseFailed = "AcquireDiskLeaseFailed" //nolint:unused
|
||||
maxLUN = 64 // max number of LUNs per VM
|
||||
errLeaseIDMissing = "LeaseIdMissing"
|
||||
errContainerNotFound = "ContainerNotFound"
|
||||
errStatusCode400 = "statuscode=400"
|
||||
|
Loading…
Reference in New Issue
Block a user