From 5a2b926c1633b2c4d9d51c383eb30df80b3908fc Mon Sep 17 00:00:00 2001 From: toto Date: Sat, 15 Jan 2022 11:35:22 +0100 Subject: [PATCH] Remove duplicate code in documentation --- kubernetes/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/kubernetes/README.md b/kubernetes/README.md index 2696ff6de..c161cd621 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