Skip to content

Commit

Permalink
Merge pull request #2 from jetbrains-infra/SRE-autoscalingV2Api-support
Browse files Browse the repository at this point in the history
SRE autoscalingV2Api support
  • Loading branch information
nugored committed Aug 19, 2024
2 parents e409cb5 + b7a9c68 commit 6d1bb58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions k8s_handle/k8s/adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class Adapter:
'apps/v1': client.AppsV1Api,
'autoscaling/v1': client.AutoscalingV1Api,
'autoscaling/v2beta2': client.AutoscalingV2beta2Api,
'autoscaling/v2': client.AutoscalingV2Api,
'rbac.authorization.k8s.io/v1': client.RbacAuthorizationV1Api,
'scheduling.k8s.io/v1': client.SchedulingV1Api,
'networking.k8s.io/v1': client.NetworkingV1Api,
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ kubernetes==24.2.0
semver==3.0.1
urllib3==1.26.16
pytz==2023.3.post1
urllib3==1.26.13

0 comments on commit 6d1bb58

Please sign in to comment.