Skip to content

Commit 42db355

Browse files
authored
Merge pull request kubernetes-client#1252 from unki/master
remove duplicate lines from kubernetes/README.md
2 parents 4079c67 + 32cb3f9 commit 42db355

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kubernetes/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ configuration.api_key['authorization'] = 'YOUR_API_KEY'
6060
# Defining host is optional and default to http://localhost
6161
configuration.host = "http://localhost"
6262

63-
# Defining host is optional and default to http://localhost
64-
configuration.host = "http://localhost"
6563
# Enter a context with an instance of the API kubernetes.client
6664
with kubernetes.client.ApiClient(configuration) as api_client:
6765
# Create an instance of the API class

0 commit comments

Comments
 (0)