Skip to content

Commit

Permalink
Merge pull request #64 from flyboarder/master
Browse files Browse the repository at this point in the history
Regenerate for 1.11.2
  • Loading branch information
brendandburns authored Jul 27, 2018
2 parents e56477e + 05199b9 commit 85b010a
Show file tree
Hide file tree
Showing 11 changed files with 3,906 additions and 88,000 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
dist
node_modules
node_modules
/node-client/src/.gitignore
/node-client/src/package.json
/node-client/src/git_push.sh
/node-client/src/tsconfig.json
/node-client/src/typings.json

9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Javascript Kubernetes Client information

The Javascript clients for Kubernetes is implemented in
The Javascript clients for Kubernetes is implemented in
[typescript](https://typescriptlang.org), but can be called from either
Javascript or Typescript.

For now, the client is implemented for server-side use with node
For now, the client is implemented for server-side use with node
using the `request` library.

There are future plans to also build a jQuery compatible library but
Expand Down Expand Up @@ -62,7 +62,7 @@ There are several more examples in the [examples](https://github.com/kubernetes-

# Development

All dependencies of this project are expressed in its
All dependencies of this project are expressed in its
[`package.json` file](node-client/package.json). Before you start developing, ensure
that you have [NPM](https://www.npmjs.com/) installed, then run:

Expand All @@ -76,7 +76,7 @@ npm install
cd ../
git clone https://github.com/kubernetes-client/gen
cd javascript
../gen/openapi/javascript.sh node-client/src settings
../gen/openapi/typescript.sh node-client/src settings
```

# Testing
Expand All @@ -89,4 +89,3 @@ To run tests, execute the following:
```console
npm test
```

3 changes: 0 additions & 3 deletions node-client/src/.gitignore

This file was deleted.

2,485 changes: 1,950 additions & 535 deletions node-client/src/api.ts

Large diffs are not rendered by default.

52 changes: 0 additions & 52 deletions node-client/src/git_push.sh

This file was deleted.

23 changes: 0 additions & 23 deletions node-client/src/package.json

This file was deleted.

Loading

0 comments on commit 85b010a

Please sign in to comment.