Vsevolod Novikov
Results
32
issues of
Vsevolod Novikov
The pull request fixes #371
# Problem description Let's the code looks like (the sample has been got from the [original package doc](https://github.com/kubernetes-client/python/blob/master/kubernetes/docs/CoreV1Api.md#example-115)): ```python token = ... host = ... from kubernetes import client, config...