-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to stable API extensions version
This patch adds compatibility to k8s v1.22 / OpenShift 4.9. In V1.22, apiextensions.k8s.io/v1beta1 is no longer available [1]. apiextensions.k8s.io/v1 requires a new versions field, thus extending the current CRD definition [2]. python-kubernetes starts supporting these in 12.0, thus increasing the dependency as well. [1] https://kubernetes.io/docs/reference/using-api/deprecation-guide/ [2] https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/
- Loading branch information
Showing
4 changed files
with
20 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters