diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-19 11:59:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-19 11:59:01 +0000 |
commit | 44c49371771e43aaf5aa8922de274d10a32cb989 (patch) | |
tree | ac23127702b6a236562d6d1743d77be7884c611a /vendor/k8s.io/api | |
parent | 40025895461cb9b3b22f0f7cbe92ccad75ad637c (diff) | |
download | podman-44c49371771e43aaf5aa8922de274d10a32cb989.tar.gz podman-44c49371771e43aaf5aa8922de274d10a32cb989.tar.bz2 podman-44c49371771e43aaf5aa8922de274d10a32cb989.zip |
Bump k8s.io/api from 0.21.0 to 0.21.1
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/kubernetes/api/releases)
- [Commits](https://github.com/kubernetes/api/compare/v0.21.0...v0.21.1)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/k8s.io/api')
-rw-r--r-- | vendor/k8s.io/api/core/v1/annotation_key_constants.go | 4 |
1 files changed, 2 insertions, 2 deletions
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" ) |