We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4cd2fb + d65d487 commit 2c66100Copy full SHA for 2c66100
README.md
@@ -19,7 +19,7 @@ $ npm install @kubernetes/client-node
19
20
## List all pods
21
```javascript
22
-const k8s = require('@kubernetes/typescript-node');
+const k8s = require('@kubernetes/client-node');
23
24
var k8sApi = k8s.Config.defaultClient();
25
k8sApi.listNamespacedPod('default')
@@ -30,7 +30,7 @@ k8sApi.listNamespacedPod('default')
30
31
## Create a new namespace
32
33
34
35
36
0 commit comments