Skip to content

Commit

Permalink
Add autoscaling/v2beta2
Browse files Browse the repository at this point in the history
autoscaling/v2beta2 was missing and it is also now deprecated/removed.

Signed-off-by: Strahinja Kustudic <[email protected]>
  • Loading branch information
kustodian authored Jul 12, 2023
1 parent 403d3ad commit a58be16
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 a58be16

Please sign in to comment.