810560e2487b856ae4ce2b5f6bc85069aad0f70a
Generated Client with Auth code
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
Languages
C#
100%