Skip to content

Commit

Permalink
Add networking.k8s.io/v1beta1 API
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim.reyder authored and rvadim committed Mar 27, 2020
1 parent 3700f5b commit ae135cd
Showing 1 changed file with 1 addition 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 @@ -33,6 +33,7 @@ class Adapter:
'scheduling.k8s.io/v1beta1': client.SchedulingV1beta1Api,
'scheduling.k8s.io/v1': client.SchedulingV1Api,
'networking.k8s.io/v1': client.NetworkingV1Api,
'networking.k8s.io/v1beta1': client.NetworkingV1beta1Api,
'apiextensions.k8s.io/v1beta1': client.ApiextensionsV1beta1Api,
}
kinds_builtin = [
Expand Down

0 comments on commit ae135cd

Please sign in to comment.