Skip to content

Commit

Permalink
Typo in 'host configuration'
Browse files Browse the repository at this point in the history
I noticed that the part 'host configuration' was mistakenly repeated, so I went ahead and removed the duplicate occurrence to avoid any confusion.
  • Loading branch information
behradiy committed May 5, 2024
1 parent 94e4211 commit aff0b8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aff0b8b

Please sign in to comment.