From aff0b8bcbb8ac5541f898389cd4b0eb617f3fa16 Mon Sep 17 00:00:00 2001 From: "Behrad.azm" Date: Sun, 5 May 2024 16:17:46 +0330 Subject: [PATCH] Typo in 'host configuration' I noticed that the part 'host configuration' was mistakenly repeated, so I went ahead and removed the duplicate occurrence to avoid any confusion. --- kubernetes/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/kubernetes/README.md b/kubernetes/README.md index e85835475..fca599963 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