File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Javascript Kubernetes Client information
2
2
3
- The Javascript clients for Kubernetes is implemented in
3
+ The Javascript clients for Kubernetes is implemented in
4
4
[ typescript] ( https://typescriptlang.org ) , but can be called from either
5
5
Javascript or Typescript.
6
6
7
- For now, the client is implemented for server-side use with node
7
+ For now, the client is implemented for server-side use with node
8
8
using the ` request ` library.
9
9
10
10
There are future plans to also build a jQuery compatible library but
@@ -62,7 +62,7 @@ There are several more examples in the [examples](https://github.com/kubernetes-
62
62
63
63
# Development
64
64
65
- All dependencies of this project are expressed in its
65
+ All dependencies of this project are expressed in its
66
66
[ ` package.json ` file] ( node-client/package.json ) . Before you start developing, ensure
67
67
that you have [ NPM] ( https://www.npmjs.com/ ) installed, then run:
68
68
@@ -76,7 +76,7 @@ npm install
76
76
cd ../
77
77
git clone https://github.com/kubernetes-client/gen
78
78
cd javascript
79
- ../gen/openapi/javascript .sh node-client/src settings
79
+ ../gen/openapi/typescript .sh node-client/src settings
80
80
```
81
81
82
82
# Testing
@@ -89,4 +89,3 @@ To run tests, execute the following:
89
89
``` console
90
90
npm test
91
91
```
92
-
You can’t perform that action at this time.
0 commit comments