Merge pull request #2383 from dalongxia2017/patch-1

Update README.md
This commit is contained in:
Kubernetes Prow Robot 2025-04-09 13:10:46 -07:00 committed by GitHub
commit 2eca99a621
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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