mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-09 15:44:31 +00:00
Automatic merge from submit-queue kubelet/api: split RuntimeService interface Splits `RuntimeService` interface into smaller interfaces to make testing easier and delineate the responsibilities. Its a non-breaking change to the previous users of `api.RuntimeService`