Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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