rebase: bump k8s.io/kubernetes from 1.22.1 to 1.22.2

Bumps [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes) from 1.22.1 to 1.22.2.
- [Release notes](https://github.com/kubernetes/kubernetes/releases)
- [Commits](https://github.com/kubernetes/kubernetes/compare/v1.22.1...v1.22.2)

---
updated-dependencies:
- dependency-name: k8s.io/kubernetes
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-09-20 20:27:55 +00:00
committed by mergify[bot]
parent 566cef2719
commit c1931c8192
4 changed files with 13 additions and 12 deletions

4
vendor/k8s.io/utils/lru/lru.go generated vendored
View File

@ -45,8 +45,8 @@ func (c *Cache) Add(key Key, value interface{}) {
// Get looks up a key's value from the cache.
func (c *Cache) Get(key Key) (value interface{}, ok bool) {
c.lock.RLock()
defer c.lock.RUnlock()
c.lock.Lock()
defer c.lock.Unlock()
return c.cache.Get(key)
}

6
vendor/modules.txt vendored
View File

@ -253,7 +253,7 @@ github.com/onsi/gomega/matchers/support/goraph/util
github.com/onsi/gomega/types
# github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/go-digest
# github.com/opencontainers/runc v1.0.1
# github.com/opencontainers/runc v1.0.2
github.com/opencontainers/runc/libcontainer/apparmor
github.com/opencontainers/runc/libcontainer/utils
# github.com/pborman/uuid v1.2.1
@ -926,7 +926,7 @@ k8s.io/kubectl/pkg/scale
k8s.io/kubectl/pkg/util/podutils
# k8s.io/kubelet v0.0.0 => k8s.io/kubelet v0.22.1
k8s.io/kubelet/pkg/apis/stats/v1alpha1
# k8s.io/kubernetes v1.22.1
# k8s.io/kubernetes v1.22.2
## explicit
k8s.io/kubernetes/pkg/api/legacyscheme
k8s.io/kubernetes/pkg/api/service
@ -991,7 +991,7 @@ k8s.io/kubernetes/test/utils/image
# k8s.io/mount-utils v0.22.1 => k8s.io/mount-utils v0.22.1
## explicit
k8s.io/mount-utils
# k8s.io/utils v0.0.0-20210802155522-efc7438f0176
# k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a
## explicit
k8s.io/utils/buffer
k8s.io/utils/exec