Skip to content

Instantly share code, notes, and snippets.

@drc288
Last active July 25, 2023 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drc288/8be4d473ad4f209d38da7a3930569a37 to your computer and use it in GitHub Desktop.
Save drc288/8be4d473ad4f209d38da7a3930569a37 to your computer and use it in GitHub Desktop.
mappings:
- deprecatedAPI: "apiVersion: autoscaling/v2beta2\nkind: HorizontalPodAutoscaler"
newAPI: "apiVersion: autoscaling/v2\nkind: HorizontalPodAutoscaler"
removedInVersion: "v1.23"
- deprecatedAPI: "apiVersion: policy/v1beta1\n\nkind: PodDisruptionBudget"
newAPI: "apiVersion: policy/v1\nkind: PodDisruptionBudget"
removedInVersion: "v1.23"
- deprecatedAPI: "apiVersion: policy/v1beta1\nkind: PodDisruptionBudget"
newAPI: "apiVersion: policy/v1\nkind: PodDisruptionBudget"
removedInVersion: "v1.23"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment