Kubernetes1.5中用于CRI的protobuf API可以在here中找到。此文件的最新版本在哪里?
发布于 2019-05-03 20:49:15
这个API被recently分解到它自己的存储库:kubernetes/cri-api。
kubernetes/cri-api
您仍然可以在主存储库中找到protobuf API:kubernetes/staging/src/k8s.io/cri-api。
https://stackoverflow.com/questions/55969198
相似问题