From b1b3e3a62e1597298850958de6d162a19421c203 Mon Sep 17 00:00:00 2001 From: dalongxia2017 <53667720+dalongxia2017@users.noreply.github.com> Date: Mon, 7 Apr 2025 22:36:19 +0800 Subject: [PATCH] Update README.md Remove redundant statements. --- kubernetes/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/kubernetes/README.md b/kubernetes/README.md index 2886ef83a9..e0c2a4b2b5 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