koperator
koperator copied to clipboard
Upgrade PodDisruptionBudget API to v1
Q | A |
---|---|
Bug fix? | no |
New feature? | no |
API breaks? | yes |
Deprecations? | yes |
License | Apache 2.0 |
What's in this PR?
Upgrade PodDisruptionBudget API to v1. This requires k8s 1.21
Why?
Keeping up to do with currently maintained K8s versions and removing old deprecated API.
Additional context
Checklist
- [x] Implementation tested
- [x] Error handling code meets the guideline
- [x] Logging code meets the guideline
- [x] User guide and development docs updated (if needed)