remove duplicate-lines from kubernetes/README.md

This commit is contained in:
Andreas Unterkircher 2020-09-09 08:32:59 +02:00 committed by Nabarun Pal
parent a037380b40
commit 3459fe2cf2
No known key found for this signature in database
GPG Key ID: 611D5079D826B150

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