Commit Graph

1899 Commits

Author SHA1 Message Date
mbohlool
149d0ad7ef Merge pull request #35 from kubernetes-incubator/o1
Separate package util into config and watch package
2016-11-22 17:55:04 -08:00
mbohlool
26ac2c4a12 Separate package util into config and watch package 2016-11-22 17:52:46 -08:00
mbohlool
44395d4241 Merge pull request #31 from kubernetes-incubator/o1
Restructure modules to have a top level kubernetes module
2016-11-22 17:34:30 -08:00
mbohlool
b71a00dab7 Update package information in setup.py 2016-11-22 17:30:54 -08:00
mbohlool
ff365db2bf Update README.md file 2016-11-22 17:30:54 -08:00
mbohlool
cafbdf0dee Update examples 2016-11-22 17:23:42 -08:00
mbohlool
b715e998b0 Export util and client modules in top level kubernetes module 2016-11-22 17:23:41 -08:00
mbohlool
47340d13d0 Move k8sutil to kubernetes/util and update imports 2016-11-22 17:23:41 -08:00
mbohlool
c120630aa3 Update/move generated client 2016-11-22 17:23:41 -08:00
mbohlool
aa671e2946 Update generate script to generate client in a new subdirectory 2016-11-22 17:23:39 -08:00
mbohlool
880091df55 Merge pull request #9 from kubernetes-incubator/o2
Remove watch_* operations in favor of "list_*(watch=True)"
2016-11-21 15:23:16 -08:00
mbohlool
26b815f083 Generated client 2016-11-21 13:24:04 -08:00
mbohlool
869fd7b6b9 Add preprocessing step to remove watch_* operations in favor of list_*(watch=True) 2016-11-21 13:24:04 -08:00
mbohlool
9e2e8e414b Merge pull request #29 from kubernetes-incubator/gen
Update generated client with latest changes in k8s
2016-11-21 13:23:45 -08:00
mbohlool
4c71e299ac Update generated client with latest changes in k8s 2016-11-21 13:21:06 -08:00
mbohlool
1ffd2f78af Merge pull request #28 from kubernetes-incubator/o5
Update CONTRIBUTING.md
2016-11-21 12:52:09 -08:00
mbohlool
8ac9715c31 Update CONTRIBUTING.md 2016-11-21 12:51:15 -08:00
mbohlool
76bd09d515 Merge pull request #27 from kubernetes-incubator/gen
Update generated client
2016-11-21 12:27:49 -08:00
mbohlool
3e9c0b03b9 Update generated client 2016-11-21 10:52:12 -08:00
mbohlool
d466aa321a Merge pull request #24 from kubernetes-incubator/o1
Updating CONTRIBUTING.md SLA links
2016-11-19 01:22:07 -08:00
mbohlool
adb075e674 Updating CONTRIBUTING.md SLA links 2016-11-18 14:11:54 -08:00
mbohlool
0dc08c28ff Merge pull request #21 from kubernetes-incubator/o1
Add license header to preprocess_spec.py
2016-11-18 11:33:31 -08:00
mbohlool
aade05f839 Add license header to preprocess_spec.py 2016-11-18 11:31:25 -08:00
mbohlool
11beb7f54c Merge pull request #20 from kubernetes-incubator/o1
Add templates from kubernetes/kubernetes-template-project with modifications
2016-11-18 11:28:48 -08:00
mbohlool
4d336cc428 Add templates from kubernetes/kubernetes-template-project with modifications 2016-11-18 11:23:59 -08:00
mbohlool
50bc82eaab Merge pull request #19 from kubernetes-incubator/o4
Add build badge
2016-11-18 10:49:49 -08:00
mbohlool
754b570b8e formatting test files 2016-11-18 10:07:54 -08:00
mbohlool
ab46b99f5b Add build badge to README file 2016-11-18 10:07:36 -08:00
mbohlool
50a97d13f2 Merge pull request #12 from kubernetes-incubator/o3
Adding back generated test as they make sure the generated client is buildable
2016-11-17 19:23:52 -08:00
mbohlool
5c87338507 Adding back generated test as they make sure the generated client is buildable 2016-11-17 15:58:29 -08:00
mbohlool
848becd472 Merge pull request #11 from kubernetes-incubator/o3
update travis config
2016-11-17 15:50:46 -08:00
mbohlool
2eec0e4219 update travis cofig 2016-11-17 14:50:26 -08:00
mbohlool
4456142cbe Merge pull request #10 from kubernetes-incubator/o1
Code generator should not overwrite test-requirements.txt
2016-11-16 17:21:17 -08:00
mbohlool
8ea2e4b980 Code generator should not overwrite test-requirements.txt 2016-11-16 17:20:24 -08:00
mbohlool
62dc3492a9 Merge pull request #2 from kubernetes-incubator/o2
Client enhancements
2016-11-16 16:24:54 -08:00
mbohlool
273684c601 Add semi-auto code formatting script 2016-11-16 16:16:26 -08:00
mbohlool
98e675ec3c Add dependency to a newer version of urllib3 that fixes ssl host check with ipaddress 2016-11-16 16:16:26 -08:00
mbohlool
4e8cca08d3 Add github repo information to the generator config 2016-11-16 16:16:26 -08:00
mbohlool
db2f4fbcd8 Add examples 2016-11-16 16:16:25 -08:00
mbohlool
3ad3c5df94 Add watch test 2016-11-16 16:16:25 -08:00
mbohlool
750c9eaba4 Add watch stream support 2016-11-16 16:16:24 -08:00
mbohlool
033e180ff3 Add kube config support 2016-11-16 16:16:24 -08:00
mbohlool
634a1b9d3f Update generated client 2016-11-16 16:16:23 -08:00
mbohlool
117cceb537 Add generation preprocess step to make OperationIDs simpler 2016-11-16 16:16:22 -08:00
mbohlool
a37bc3a2d1 Remove empty generated tests 2016-11-14 16:28:34 -08:00
mbohlool
d67df30f63 Merge pull request #1 from kubernetes-incubator/o1
Add initial version of generating script and the generated client
2016-11-02 15:44:36 -07:00
mbohlool
69b1cb1a35 Generated client 2016-11-02 13:38:36 -07:00
mbohlool
0558a5844c Add client generation script 2016-11-02 13:32:17 -07:00
mbohlool
b19ddd690d Initializing repo. 2016-10-31 13:34:41 -07:00