Skip to content

Commit 85b010a

Browse files
Merge pull request #64 from flyboarder/master
Regenerate for 1.11.2
2 parents e56477e + 05199b9 commit 85b010a

11 files changed

+3906
-88000
lines changed

.gitignore

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
dist
2-
node_modules
2+
node_modules
3+
/node-client/src/.gitignore
4+
/node-client/src/package.json
5+
/node-client/src/git_push.sh
6+
/node-client/src/tsconfig.json
7+
/node-client/src/typings.json
8+

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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
55
Javascript 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
88
using the `request` library.
99

1010
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-
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
6767
that you have [NPM](https://www.npmjs.com/) installed, then run:
6868

@@ -76,7 +76,7 @@ npm install
7676
cd ../
7777
git clone https://github.com/kubernetes-client/gen
7878
cd 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
9090
npm test
9191
```
92-

node-client/src/.gitignore

-3
This file was deleted.

node-client/src/api.ts

+1,950-535
Large diffs are not rendered by default.

node-client/src/git_push.sh

-52
This file was deleted.

node-client/src/package.json

-23
This file was deleted.

0 commit comments

Comments
 (0)