Commit Graph

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