zun/zun/criapi
Hongbin Lu 7c7ee59026 Add python CRI client
This commit introduce the python-binding for iteracting with
CRI runtime via GRPC.
The client code is generated by protocol buffer [1] by using api.proto
in kubernetes/cri-api repo.

The generated CRI client code couldn't pass the pep8 check so this
commit also configure flake8 to skip the zun/criapi directory.

[1] https://developers.google.com/protocol-buffers/docs/pythontutorial

Implements: blueprint add-support-cri-runtime
Change-Id: I2e1a20b47fec5af1f4977148431e1135abd49812
2020-01-18 20:31:27 +00:00
..
__init__.py Add python CRI client 2020-01-18 20:31:27 +00:00
api_pb2_grpc.py Add python CRI client 2020-01-18 20:31:27 +00:00
api_pb2.py Add python CRI client 2020-01-18 20:31:27 +00:00
gogo_pb2.py Add python CRI client 2020-01-18 20:31:27 +00:00