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 598796f + 5b8c30d commit 6565f66Copy full SHA for 6565f66
examples/cache-example.js
@@ -5,7 +5,7 @@ kc.loadFromDefault();
5
6
const k8sApi = kc.makeApiClient(k8s.CoreV1Api);
7
8
-const path = '/api/v1/namespaces/default/pods';
+const path = '/api/v1/pods';
9
const watch = new k8s.Watch(kc);
10
11
const listFn = () => k8sApi.listPodForAllNamespaces()
0 commit comments