mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-03 04:06:14 +00:00
updated etcd to v3.5.5 and newer otel libraries as well
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
1
vendor/github.com/google/go-cmp/cmp/cmpopts/equate.go
generated
vendored
1
vendor/github.com/google/go-cmp/cmp/cmpopts/equate.go
generated
vendored
@@ -42,6 +42,7 @@ func isEmpty(x, y interface{}) bool {
|
||||
// The fraction and margin must be non-negative.
|
||||
//
|
||||
// The mathematical expression used is equivalent to:
|
||||
//
|
||||
// |x-y| ≤ max(fraction*min(|x|, |y|), margin)
|
||||
//
|
||||
// EquateApprox can be used in conjunction with EquateNaNs.
|
||||
|
||||
Reference in New Issue
Block a user