mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
nolint unused errLeaseFailed
This commit is contained in:
parent
d55af19c1b
commit
a36517f9e7
1 changed files with 2 additions and 2 deletions
|
|
@ -49,8 +49,8 @@ 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"
|
||||
maxLUN = 64 // max number of LUNs per VM
|
||||
errLeaseFailed = "AcquireDiskLeaseFailed" //nolint:unused
|
||||
errLeaseIDMissing = "LeaseIdMissing"
|
||||
errContainerNotFound = "ContainerNotFound"
|
||||
errStatusCode400 = "statuscode=400"
|
||||
|
|
|
|||
Loading…
Reference in a new issue