We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83a591 commit 39f6b68Copy full SHA for 39f6b68
watch-resources-example.py
@@ -21,6 +21,6 @@ def test_watcher(client, namespce, kind):
21
22
23
if __name__ == '__main__':
24
- client = KubernetesClient(url="https://133.133.135.193:8443",
25
- token="")
+ client = KubernetesClient(config=".token")
26
test_watcher(client=client, namespce="", kind="Pod")
+
0 commit comments