You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is a monorepo that is the home of multiple npm packages.
7
+
8
+
Supports:
9
+
* Angular
10
+
* Vanilla JavaScript with Fetch API
11
+
12
+
Check out the other packages with concrete implementations:
13
+
14
+
*[@nxt-engineering/kubernetes-client-fetch](https://www.npmjs.com/package/@nxt-engineering/kubernetes-client-fetch): Uses the Browser's native Fetch API.
15
+
*[@nxt-engineering/kubernetes-client-angular](https://www.npmjs.com/package/@nxt-engineering/kubernetes-client-angular): Made for Angular framework with NGRX state management.
16
+
17
+
## Development
18
+
19
+
Structure:
20
+
```
21
+
packages/
22
+
kubernetes-client/ # Core package
23
+
kubernetes-client-fetch/ # Implementation with Fetch API
24
+
kubernetes-client-example-fetch/ # Client with Fetch API in action
25
+
kubernetes-client-angular/ # Client example and library for Angular 16
26
+
eslint-config-custom/ # Common linting configuration
27
+
```
28
+
29
+
*`npm run build`: Builds all packages
30
+
*`npm run lint`: Lints and formats all packages
31
+
*`npm run e2e`: Run all e2e tests for the example packages
Copy file name to clipboardExpand all lines: packages/kubernetes-client/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,4 +9,3 @@ Check out the other packages with concrete implementations:
9
9
10
10
*[@nxt-engineering/kubernetes-client-fetch](https://www.npmjs.com/package/@nxt-engineering/kubernetes-client-fetch): Uses the Browser's native Fetch API.
11
11
*[@nxt-engineering/kubernetes-client-angular](https://www.npmjs.com/package/@nxt-engineering/kubernetes-client-angular): Made for Angular framework with NGRX state management.
0 commit comments