File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ dotnet add package KubernetesClient
14
14
15
15
## Prerequisites
16
16
17
+ You'll need a Linux machine with Docker.
18
+
19
+ The generated code works on all platforms supported by .NET or .NET Core.
20
+
17
21
Check out the generator project into some other directory
18
22
(henceforth ` $GEN_DIR ` )
19
23
@@ -22,18 +26,12 @@ cd $GEN_DIR/..
22
26
git clone https://github.com/kubernetes-client/gen
23
27
```
24
28
25
- Install the [ ` autorest ` tool] ( https://github.com/azure/autorest ) :
26
-
27
- ``` bash
28
- npm install autorest
29
- ```
30
-
31
29
## Generating code
32
30
33
31
``` bash
34
32
# Where REPO_DIR points to the root of the csharp repository
35
33
cd ${REPO_DIR} /csharp/src
36
- ${GEN_DIR} /openapi/csharp.sh generated csharp.settings
34
+ ${GEN_DIR} /openapi/csharp.sh generated ../ csharp.settings
37
35
```
38
36
39
37
# Usage
You can’t perform that action at this time.
0 commit comments