Remove print command

This commit is contained in:
Jonathan Ervine 2020-12-16 13:18:23 +08:00
parent 02bbf98084
commit 7bf1de86be

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():