summaryrefslogtreecommitdiff
path: root/vendor/k8s.io/api/core/v1/annotation_key_constants.go
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-05 18:02:04 +0000
committerGitHub <noreply@github.com>2021-08-05 18:02:04 +0000
commit88b9cbd5e51245b1446b0a657a06de56adf95ccc (patch)
tree0da9b117d72dd82856abb5d17e4d5e4acadd5ce1 /vendor/k8s.io/api/core/v1/annotation_key_constants.go
parent2b9ac7529f014293ab39b43ab6a40de55781417a (diff)
downloadpodman-88b9cbd5e51245b1446b0a657a06de56adf95ccc.tar.gz
podman-88b9cbd5e51245b1446b0a657a06de56adf95ccc.tar.bz2
podman-88b9cbd5e51245b1446b0a657a06de56adf95ccc.zip
Bump k8s.io/api from 0.21.3 to 0.22.0
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.21.3 to 0.22.0. - [Release notes](https://github.com/kubernetes/api/releases) - [Commits](https://github.com/kubernetes/api/compare/v0.21.3...v0.22.0) --- updated-dependencies: - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/k8s.io/api/core/v1/annotation_key_constants.go')
-rw-r--r--vendor/k8s.io/api/core/v1/annotation_key_constants.go5
1 files changed, 1 insertions, 4 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 22476b2bd..7fde09126 100644
--- a/vendor/k8s.io/api/core/v1/annotation_key_constants.go
+++ b/vendor/k8s.io/api/core/v1/annotation_key_constants.go
@@ -23,9 +23,6 @@ const (
// webhook backend fails.
ImagePolicyFailedOpenKey string = "alpha.image-policy.k8s.io/failed-open"
- // PodPresetOptOutAnnotationKey represents the annotation key for a pod to exempt itself from pod preset manipulation
- PodPresetOptOutAnnotationKey string = "podpreset.admission.kubernetes.io/exclude"
-
// MirrorAnnotationKey represents the annotation key set by kubelets when creating mirror pods
MirrorPodAnnotationKey string = "kubernetes.io/config.mirror"
@@ -144,7 +141,7 @@ const (
// pod deletion order.
// The implicit deletion cost for pods that don't set the annotation is 0, negative values are permitted.
//
- // This annotation is alpha-level and is only honored when PodDeletionCost feature is enabled.
+ // This annotation is beta-level and is only honored when PodDeletionCost feature is enabled.
PodDeletionCost = "controller.kubernetes.io/pod-deletion-cost"
// AnnotationTopologyAwareHints can be used to enable or disable Topology