Documentation ¶
Overview ¶
Package runtime defines the common interfaces for all runtimes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageManagerService ¶
type ImageManagerService interface { cri.ImageManagerService // ServiceName method is used to log out with service's name ServiceName() string }
ImageManagerService interface should be implemented by a container image manager. The methods should be thread-safe.
type RuntimeService ¶
type RuntimeService interface { cri.RuntimeService // ServiceName method is used to log out with service's name ServiceName() string }
RuntimeService interface should be implemented by a container runtime. The methods should be thread-safe.
Click to show internal directories.
Click to hide internal directories.