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
[](http://bit.ly/kubernetes-client-support-badge)
6
+
[](https://github.com/kubernetes-client/javascript/actions/workflows/deploy-docs.yml)
6
7
7
8
The Javascript clients for Kubernetes is implemented in
8
9
[typescript](https://typescriptlang.org), but can be called from either
There are several more examples in the [examples](https://github.com/kubernetes-client/javascript/tree/master/examples) directory.
105
+
There are several more JS and TS examples in the [examples](https://github.com/kubernetes-client/javascript/tree/master/examples) directory.
106
+
107
+
Documentation for the library is split into two resources:
108
+
109
+
1. The [Kubernetes API Reference](https://kubernetes.io/docs/reference/) is the source-of-truth for all Kubernetes client libraries, including this one. We suggest starting here!
110
+
2. The Typedoc autogenerated docs can be viewed [online](https://kubernetes-client.github.io/javascript) and can also be built locally (see below)
0 commit comments