From b25ead93900bb2c619f1e8b4139857c05990c6ef Mon Sep 17 00:00:00 2001 From: Ben Healey Date: Tue, 22 Nov 2022 13:58:40 -0500 Subject: [PATCH] duplicate configuration.host lines in example --- kubernetes/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/kubernetes/README.md b/kubernetes/README.md index 77f2f1c8f3..53d91af2c2 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