Skip to content

Restructure modules to have a top level kubernetes module #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Nov 23, 2016
Merged

Conversation

mbohlool
Copy link
Contributor

@mbohlool mbohlool commented Nov 21, 2016

Update project information for getting it ready to release 0.1.0 in pypi.

package name is now kubernetes. Generated client is moved to kubernetes/client folder and utils moved to kubernetes/util. The new way to use the client is:

from kubernetes import client
from kubernetes import util

util.load_kube_config()
v1 = client.CoreV1Api()

ref #23

@mbohlool mbohlool added the kind/feature Categorizes issue or PR as related to a new feature. label Nov 21, 2016
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Nov 21, 2016
@mbohlool mbohlool force-pushed the o1 branch 2 times, most recently from 2effeba to 22b9814 Compare November 22, 2016 10:58
@mbohlool mbohlool mentioned this pull request Nov 22, 2016
4 tasks
@mbohlool mbohlool force-pushed the o1 branch 2 times, most recently from 6da9d37 to 1663e1a Compare November 22, 2016 22:57
@mbohlool mbohlool changed the title Update project information Restructure modules to have a top level kubernetes module Nov 22, 2016
@mbohlool
Copy link
Contributor Author

@sebgoa I've rearrange things per our discussion in #23. Please note that after this PR merged, #13 is not applicable anymore as client README file is in its own folder.

@mbohlool
Copy link
Contributor Author

This is too complicated to review. I will group changes in commits and assign you when it is ready.

@mbohlool
Copy link
Contributor Author

Now that I separate each step in one commit, each of them look trivial and there are a lot of generated code. I will submit this one without review. Thanks.

@mbohlool mbohlool merged commit 44395d4 into master Nov 23, 2016
@mbohlool mbohlool deleted the o1 branch November 23, 2016 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. no-review-required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants