Fetch the K8s pods' Runtime status & analysis

As a container status collector, CAdvisor could provide developer with several features:
- Memory/CPU runtime history stats
- Machine summary
In this project, I've re-format the API Response and provided some powerful Models, it supports:
- FILE
workspace = ProjectWorkspace("FILE","DataSet-Demo/")
- HTTP
workspace = ProjectWorkspace("HTTP","http://node1:8080"))
Environment: Python3/pip
pip install -r requirements.txtpython test.py