From 17372b78c5a23254498ed720e7ba4a032b13f0f6 Mon Sep 17 00:00:00 2001 From: Goeun Kim <31917080+akfmdl@users.noreply.github.com> Date: Mon, 8 Aug 2022 13:42:05 +0900 Subject: [PATCH] Remove duplicate --- kubernetes/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/kubernetes/README.md b/kubernetes/README.md index 85e7c91bd8..f4b04934ed 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