Files
python-k8sclient/magnum/common/pythonk8sclient
Hua Wang f641cc291e Avoid to use eval in pythonk8sclient
The deserialize function that swagger uses includes the usage of
eval. It is posible to completely destroy a system using eval, so
eval usage is removed in this patch. This fixes the failure of bandit
non-voting gate.

http://nedbatchelder.com/blog/201206/eval_really_is_dangerous.html

Change-Id: Id13ea30d07a66d9a812677840c29c48662f43f6f
Closes-Bug: #1459717
2015-09-12 18:45:24 -04:00
..
2015-09-08 11:24:51 -04:00
2015-04-09 09:14:45 +00:00
2015-04-09 09:14:45 +00:00

Kubernetes API client code

Overview

This is Kubernetes API python client code. This code is generated by swagger-codegen. Kubernetes provide swagger-spec to generate client code for different versions. The specs live in Kubernetes repo.

See also

Steps to generate API client code

Steps to generate Kubernetes client code for v1beta3:

Now you can check the code at location ./KubernetesClientCode.