Skip to content

Commit

Permalink
Merge pull request #143 from 2gis/kubernetes-client-python-24.2.0
Browse files Browse the repository at this point in the history
Upgrade kubernetes client to 24.2.0 and add policy/v1 API support
  • Loading branch information
seleznev authored Sep 19, 2022
2 parents 2c8f885 + 89c4fef commit 019f21c
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 019f21c

Please sign in to comment.