Remove print command
This commit is contained in:
parent
02bbf98084
commit
7bf1de86be
2
main.py
2
main.py
@ -21,8 +21,6 @@ def get_namespaces():
|
|||||||
config.load_incluster_config()
|
config.load_incluster_config()
|
||||||
v1 = client.CoreV1Api()
|
v1 = client.CoreV1Api()
|
||||||
ns = v1.list_namespace()
|
ns = v1.list_namespace()
|
||||||
for namespace in ns.items:
|
|
||||||
print("%s" % (namespace.metadata.name))
|
|
||||||
return ns
|
return ns
|
||||||
|
|
||||||
def get_tiller_namespaces():
|
def get_tiller_namespaces():
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user