Commit d7f6f07c authored by Santhosh Kumar's avatar Santhosh Kumar

cleanup code

parent 7232c84d
...@@ -20,8 +20,8 @@ core_api = client.CoreV1Api(k8s_client) ...@@ -20,8 +20,8 @@ core_api = client.CoreV1Api(k8s_client)
scale_api = client.AutoscalingV2Api(k8s_client) scale_api = client.AutoscalingV2Api(k8s_client)
metrics_api = client.CustomObjectsApi(k8s_client) metrics_api = client.CustomObjectsApi(k8s_client)
function_name="default" #function_name="default"
deployment_name="default" #deployment_name="default"
def get_user_deployment_info(): def get_user_deployment_info():
function_name = input("Enter the function name: ") function_name = input("Enter the function name: ")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment