You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Declare ContainerRuntime class as implementing interfaces it already implements (#24147)
We've hidden the fact that ContainerRuntime class implements certain
interfaces to reduce exposure while ContainerRuntime was not internal.
Now that it is, we can declare that it implements these interfaces.
It makes the code clearer, and code navigation works better.
0 commit comments