Brendan Burns 7df099d8cc Merge pull request #2 from brendandburns/add
Initial add of generated code, update readme, add settings file.
2017-06-13 22:15:37 -07:00
2017-06-12 22:54:30 -07:00
2017-05-12 10:18:12 -07:00
2017-05-12 10:20:28 -07:00

csharp

Work In Progress

Generating the client code

Prerequisites

Check out the generator project into some other directory (henceforth $GEN_DIR)

cd $GEN_DIR/..
git clone https://github.com/kubernetes-client/gen

Install the autorest tool:

npm install autorest

Generating code

# Where REPO_DIR points to the root of the csharp repository
cd ${REPO_DIR}/csharp/src
${GEN_DIR}/openapi/csharp.sh generated csharp.settings
Description
No description provided
Readme Apache-2.0 11 MiB
Languages
C# 100%