issue-#1 #5

Merged
jonny merged 18 commits from issue-#1 into master 2020-12-16 15:48:56 +00:00
Showing only changes of commit 7bf1de86be - Show all commits

View File

@ -21,8 +21,6 @@ def get_namespaces():
config.load_incluster_config()
v1 = client.CoreV1Api()
ns = v1.list_namespace()
for namespace in ns.items:
print("%s" % (namespace.metadata.name))
return ns
def get_tiller_namespaces():