mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 15:37:24 +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`