You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To comply with [client library structure requirement](https://github.com/kubernetes-client/community/blob/master/design-docs/clients-library-structure.md),
3
+
python client base utilities is moved into kubernetes-client/python-base repo. `git submodules` is being used to handle dependency to that repo.
4
+
This document will provide basic steps to get submodules work.
5
+
6
+
# Clone repo
7
+
To clone repo, you need to pass `recursive` parameter to make the clone also get submodules:
0 commit comments