summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-05-19 20:36:24 -0400
committerGitHub <noreply@github.com>2021-05-19 20:36:24 -0400
commit8bc39f4a90a658e92305369cc2628e2a65874506 (patch)
tree06a6bf44c443ac4a0f401d6dab4a07abd002d612
parent4c756268e6d0dbe90e61a59d9644e34a0f2d5f36 (diff)
parent44c49371771e43aaf5aa8922de274d10a32cb989 (diff)
downloadpodman-8bc39f4a90a658e92305369cc2628e2a65874506.tar.gz
podman-8bc39f4a90a658e92305369cc2628e2a65874506.tar.bz2
podman-8bc39f4a90a658e92305369cc2628e2a65874506.zip
Merge pull request #10395 from containers/dependabot/go_modules/k8s.io/api-0.21.1
Bump k8s.io/api from 0.21.0 to 0.21.1
-rw-r--r--go.mod2
-rw-r--r--go.sum5
-rw-r--r--vendor/k8s.io/api/core/v1/annotation_key_constants.go4
-rw-r--r--vendor/modules.txt2
4 files changed, 6 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index 96f31c3e7..fadee4c03 100644
--- a/go.mod
+++ b/go.mod
@@ -66,6 +66,6 @@ require (
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
- k8s.io/api v0.21.0
+ k8s.io/api v0.21.1
k8s.io/apimachinery v0.21.1
)
diff --git a/go.sum b/go.sum
index 9c021ee2e..918c28ad7 100644
--- a/go.sum
+++ b/go.sum
@@ -1223,10 +1223,9 @@ honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWh
honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
k8s.io/api v0.20.1/go.mod h1:KqwcCVogGxQY3nBlRpwt+wpAMF/KjaCc7RpywacvqUo=
-k8s.io/api v0.21.0 h1:gu5iGF4V6tfVCQ/R+8Hc0h7H1JuEhzyEi9S4R5LM8+Y=
-k8s.io/api v0.21.0/go.mod h1:+YbrhBBGgsxbF6o6Kj4KJPJnBmAKuXDeS3E18bgHNVU=
+k8s.io/api v0.21.1 h1:94bbZ5NTjdINJEdzOkpS4vdPhkb1VFpTYC9zh43f75c=
+k8s.io/api v0.21.1/go.mod h1:FstGROTmsSHBarKc8bylzXih8BLNYTiS3TZcsoEDg2s=
k8s.io/apimachinery v0.20.1/go.mod h1:WlLqWAHZGg07AeltaI0MV5uk1Omp8xaN0JGLY6gkRpU=
-k8s.io/apimachinery v0.21.0/go.mod h1:jbreFvJo3ov9rj7eWT7+sYiRx+qZuCYXwWT1bcDswPY=
k8s.io/apimachinery v0.21.1 h1:Q6XuHGlj2xc+hlMCvqyYfbv3H7SRGn2c8NycxJquDVs=
k8s.io/apimachinery v0.21.1/go.mod h1:jbreFvJo3ov9rj7eWT7+sYiRx+qZuCYXwWT1bcDswPY=
k8s.io/apiserver v0.20.1/go.mod h1:ro5QHeQkgMS7ZGpvf4tSMx6bBOgPfE+f52KwvXfScaU=
diff --git a/vendor/k8s.io/api/core/v1/annotation_key_constants.go b/vendor/k8s.io/api/core/v1/annotation_key_constants.go
index 612f6aa74..22476b2bd 100644
--- a/vendor/k8s.io/api/core/v1/annotation_key_constants.go
+++ b/vendor/k8s.io/api/core/v1/annotation_key_constants.go
@@ -148,7 +148,7 @@ const (
PodDeletionCost = "controller.kubernetes.io/pod-deletion-cost"
// AnnotationTopologyAwareHints can be used to enable or disable Topology
- // Aware Hints for a Service. This may be set to "auto" or "disabled". Any
- // other value is treated as "disabled".
+ // Aware Hints for a Service. This may be set to "Auto" or "Disabled". Any
+ // other value is treated as "Disabled".
AnnotationTopologyAwareHints = "service.kubernetes.io/topology-aware-hints"
)
diff --git a/vendor/modules.txt b/vendor/modules.txt
index 9e0a46970..7ec491fca 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -779,7 +779,7 @@ gopkg.in/tomb.v1
gopkg.in/yaml.v2
# gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
gopkg.in/yaml.v3
-# k8s.io/api v0.21.0
+# k8s.io/api v0.21.1
k8s.io/api/apps/v1
k8s.io/api/core/v1
# k8s.io/apimachinery v0.21.1