Skip to content

Commit b25ead9

Browse files
authored
duplicate configuration.host lines in example
1 parent 2d586a1 commit b25ead9

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)