Skip to content

Commit

Permalink
Merge pull request #122 from kustodian/patch-1
Browse files Browse the repository at this point in the history
Add autoscaling/v2beta2
  • Loading branch information
mattfarina authored Aug 9, 2024
2 parents a56a85b + a58be16 commit b5b7a01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/Map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ mappings:
newAPI: "apiVersion: autoscaling/v2\nkind: HorizontalPodAutoscaler\n"
deprecatedInVersion: "v1.23"
removedInVersion: "v1.25"
- deprecatedAPI: "apiVersion: autoscaling/v2beta2\nkind: HorizontalPodAutoscaler\n"
newAPI: "apiVersion: autoscaling/v2\nkind: HorizontalPodAutoscaler\n"
deprecatedInVersion: "v1.23"
removedInVersion: "v1.26"
- deprecatedAPI: "apiVersion: batch/v1beta1\nkind: CronJob\n"
newAPI: "apiVersion: batch/v1\nkind: CronJob\n"
deprecatedInVersion: "v1.21"
Expand Down

0 comments on commit b5b7a01

Please sign in to comment.