Skip to content

Commit

Permalink
Upgrade kubernetes client to 24.2.0
Browse files Browse the repository at this point in the history
Also:

* Add policy/v1 API support
  • Loading branch information
seleznev authored and Vadim committed Sep 26, 2022
1 parent 287e794 commit 529b9bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions k8s_handle/k8s/adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Adapter:
'v1': client.CoreV1Api,
'batch/v1': client.BatchV1Api,
'batch/v1beta1': client.BatchV1beta1Api,
'policy/v1': client.PolicyV1Api,
'policy/v1beta1': client.PolicyV1beta1Api,
'storage.k8s.io/v1': client.StorageV1Api,
'apps/v1': client.AppsV1Api,
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requests==2.28.1
jinja2==3.1.2
PyYAML==5.4.1
kubernetes==23.6.0
kubernetes==24.2.0
semver==2.13.0

0 comments on commit 529b9bf

Please sign in to comment.