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 11# Javascript Kubernetes Client information
22
3- The Javascript clients for Kubernetes is implemented in
3+ The Javascript clients for Kubernetes is implemented in
44[ typescript] ( https://typescriptlang.org ) , but can be called from either
55Javascript or Typescript.
66
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
88using the ` request ` library.
99
1010There 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-
6262
6363# Development
6464
65- All dependencies of this project are expressed in its
65+ All dependencies of this project are expressed in its
6666[ ` package.json ` file] ( node-client/package.json ) . Before you start developing, ensure
6767that you have [ NPM] ( https://www.npmjs.com/ ) installed, then run:
6868
@@ -76,7 +76,7 @@ npm install
7676cd ../
7777git clone https://github.com/kubernetes-client/gen
7878cd javascript
79- ../gen/openapi/javascript .sh node-client/src settings
79+ ../gen/openapi/typescript .sh node-client/src settings
8080```
8181
8282# Testing
@@ -89,4 +89,3 @@ To run tests, execute the following:
8989``` console
9090npm test
9191```
92-
You can’t perform that action at this time.
0 commit comments