
swagger_client uses PoolManager from urllib3. PoolManager keeps the connection_pool_kw passed during the init time and uses the same later while initiating HTTPSConnection. Existing implementation instantiates RESTClientObject() at import time, without giving an option to pass the security parameters, viz. key_file, ca_certs etc. So we needed to change the way instantiation/initialization was happening. Change-Id: I3b490bbb47eb5f961951708dabe6c1abfbcece4e Partially-Implements: bp tls-pythonk8sclient Closes-bug: #1499560
Description
Python API for Kubernetes
Languages
Python
99.9%
Shell
0.1%