mirror of
https://github.com/containers/podman.git
synced 2025-09-09 17:42:22 +08:00
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>
This commit is contained in:
4
vendor/k8s.io/api/core/v1/annotation_key_constants.go
generated
vendored
4
vendor/k8s.io/api/core/v1/annotation_key_constants.go
generated
vendored
@ -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"
|
||||
)
|
||||
|
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user