From 32cb3f911fe98525658adaf4b8fb2154b44f2f37 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Wed, 9 Sep 2020 08:32:59 +0200 Subject: [PATCH] remove duplicate-lines from kubernetes/README.md --- kubernetes/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/kubernetes/README.md b/kubernetes/README.md index 1ca0c3b5e..5414033c3 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -60,8 +60,6 @@ configuration.api_key['authorization'] = 'YOUR_API_KEY' # Defining host is optional and default to http://localhost configuration.host = "http://localhost" -# Defining host is optional and default to http://localhost -configuration.host = "http://localhost" # Enter a context with an instance of the API kubernetes.client with kubernetes.client.ApiClient(configuration) as api_client: # Create an instance of the API class