264 Commits

Author SHA1 Message Date
Tamal Saha
cbea33eac4 Allow using forked swagger-api repository (#62)
To generate client for CRDs, I needed to use a forked version of swagger-api.
ref: https://github.com/kubernetes-client/gen/issues/59#issuecomment-381395227
2018-06-29 13:23:03 -07:00
Boshi Lian
2f9542997c add SECURITY_CONTACTS (#66) 2018-06-27 06:54:47 -07:00
Tamal Saha
7d7ec1cfee Allow specifying a github repository if working on ecosystem projects (#63) 2018-06-25 07:30:35 -07:00
Tomasz Prus
55f9ae0366 add script to create kubernetes_asyncio python client (#60)
* feat: package named kubernetes_asyncio

* feat: fix rest client

* fix: patch rest client to support strategic-merge-patch+json

* fix: docs, move patch to ext. file
2018-06-14 16:40:54 -07:00
Alessandro Ogier
9a2dd07e0c produce client output that is user owned :) (#57) 2018-05-02 22:11:02 -07:00
Alessandro Ogier
da2c88defb allow specifying a github username if working on forks (#58) 2018-05-02 22:10:15 -07:00
Haowei Cai (Roy)
df8b843fb9 Update github org and repo name for client-python (#56) 2018-03-19 22:57:20 -07:00
Mehdy Bohlool
b8cf93e649 Merge pull request #55 from mbohlool/go
Add go generator
2018-03-13 13:26:08 -07:00
mbohlool
6da7598bd9 Add go generator 2018-03-13 13:21:05 -07:00
Shimin Guo
a552cb3fac [Haskell] Patch cabal file after code generation (#51)
Also adding tests/ to CLEANUP_DIRS
2018-02-14 11:26:33 -08:00
Craig Tracey
dd4e762b24 Add PATCH to CustomObjectsApi (#53)
Currently the swagger schema for CustomObjectsApi does not support
PATCHing CustomObjects; only replacing. Both TPR and CRD support update
in their respective schemas.

This change adds the swagger schema to PATCH CustomObjects.

Signed-off-by: Craig Tracey <craigtracey@gmail.com>
2018-02-14 11:26:10 -08:00
Yuvi Panda
af31f88a18 Use argparse for argument handling in preprocess_spec.py (#49)
More canonically pythonic than munging with sys.args!
2018-02-14 11:24:47 -08:00
Charles Walker
39b6e38699 Documentation update (#50) 2018-01-25 22:01:55 -08:00
Boshi Lian
97d7592498 make proxy relate method return stream (#47) 2018-01-25 21:59:55 -08:00
Brendan Burns
87df81bb1d Move some things for better diff. (#44) 2018-01-25 21:59:26 -08:00
Boshi Lian
8b1ebbc7a4 generator for patch v1 (#46) 2018-01-25 21:58:08 -08:00
Mehdy Bohlool
9d263ec5a7 Merge pull request #45 from guoshimin/new-swagger-codegen
[haskell] Using the latest swagger-codegen from the 2.4.0 branch.
2018-01-11 14:13:19 -08:00
Shimin Guo
4aaeb0a854 Allow non-unique operation IDs 2018-01-11 08:11:39 +00:00
Shimin Guo
b14d9aac20 Using the latest swagger-codegen from the 2.4.0 branch.
Specifically, to get the bug fix and module splitting in bca2b9fb5b
2018-01-11 06:56:12 +00:00
Shimin Guo
44ee744ade Upgrade jdk version to 8 (#43)
The latest swagger-codegen code no longer compiles under jdk7.

Also upgrading libicu for the old version is not available for the new debian base image.
2017-12-30 22:34:16 -08:00
Mehdy Bohlool
9c5090e266 Merge pull request #40 from guoshimin/haskell-client
Script to generate haskell client
2017-12-21 15:45:34 -06:00
Mehdy Bohlool
b2fe334d97 Merge pull request #42 from tg123/logstream
make log resturn stream
2017-12-21 15:44:00 -06:00
Boshi Lian
a2340b5b36 make log resturn stream 2017-12-22 04:34:48 +08:00
Brendan Burns
0300fdf86c Switch to the slim maven Docker base image, significantly faster image pulls. (#34) 2017-12-20 20:19:55 -08:00
Aaron Crickenberger
b43a0778f0 Add code-of-conduct.md (#41)
Refer to kubernetes/community as authoritative source for code of conduct
2017-12-20 20:19:40 -08:00
Shimin Guo
6954d90901 Merge branch 'master' of https://github.com/kubernetes-client/gen into haskell-client 2017-12-15 06:34:36 +00:00
Shimin Guo
64d8840310 adding haskell client 2017-12-15 06:34:15 +00:00
Boshi Lian
a867e60133 csharp generator update for v1.8 (#39)
* handle intorstr and quantity in csharp

* remove generated public property from quantity

* add comment why mkdir before docker build
2017-12-08 07:31:38 -06:00
Brendan Burns
86d53c7c0b Merge pull request #36 from noironetworks/noironetworks
Fix crashes on Python 2.7+ and when an operation is missing the "tags" key
2017-11-30 18:36:47 -08:00
Ceridwen
263032d86c Fix KeyError with operations missing "tags" and crash on Python 2.7+ 2017-11-30 10:31:46 -08:00
Brendan Burns
7ed1d4ecaf Merge pull request #33 from cliveseldon/clive-31-extend-protos
update scripts to download and run protoc for java over all k8s apis
2017-11-29 21:54:34 -08:00
Brendan Burns
0c18e38eda Merge pull request #38 from tg123/opt_dockerfile
move copy params.xml to the bottom of Dockerfile
2017-11-28 22:33:01 -08:00
Brendan Burns
e28a049f21 Merge pull request #37 from lewisheadden/AddQuantitySupport
Disable pre-processing for resource.Quantity
2017-11-28 22:32:36 -08:00
Boshi Lian
1f1e76fc74 move copy params.xml to the bottom of Dockerfile 2017-11-24 14:38:37 +08:00
Lewis Headden
3863091633 Disable pre-processing for resource.Quantity 2017-11-22 10:27:37 -05:00
Brendan Burns
ae1028edf2 Merge pull request #35 from tg123/intorstr
Add IntOrString support
2017-11-20 22:13:19 -08:00
Boshi Lian
248f10e586 remove generated empty host url 2017-11-17 01:35:39 +08:00
Boshi Lian
d722bd1688 enlarge node mem limit 2017-11-16 22:01:27 +08:00
Boshi Lian
a8199ea1d4 add intorstring 2017-11-16 20:47:41 +08:00
Clive Cox
db6fc3197f update scripts to download and run protoc for java over all k8s apis 2017-11-15 10:57:29 +00:00
Mehdy Bohlool
b8ccf0fe00 Merge pull request #30 from lewisheadden/IntOrStringSupport
Add support for IntOrString in Java
2017-11-02 17:54:19 -07:00
Lewis Headden
4adc3f0211 Fix typo 2017-11-02 11:02:07 -04:00
Lewis Headden
ec6775b6ea Remove line break 2017-11-02 11:01:11 -04:00
Lewis Headden
0f9ff8b30a Continue loop on excluded primitive 2017-11-02 10:59:11 -04:00
Brendan Burns
f73151983a Merge pull request #29 from josedonizetti/fix-typo-ruby-openapi
Fix typo
2017-11-01 20:46:59 -07:00
Lewis Headden
1a4a4ff8ac Add IntOrString mapping for Java 2017-10-31 15:19:21 -04:00
Lewis Headden
762413f2d2 Add support for preprocessing variants based on language 2017-10-31 14:59:19 -04:00
Jose Donizetti
d344122421 Fix typo 2017-10-31 00:19:35 -02:00
Mehdy Bohlool
6b1e708020 Merge pull request #28 from krabhishek8260/dockerizeautorest
Adds autorest to the common Dockerfile
2017-10-24 11:30:12 -07:00
Kumar Abhishek
bb387b9d77 Bumped version 2017-10-21 00:23:23 +00:00