Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GRPCAlphaServices ¶
type GRPCAlphaServices interface { runtime_alpha.RuntimeServiceServer runtime_alpha.ImageServiceServer }
func NewAlphaService ¶
func NewAlphaService(c criService) GRPCAlphaServices
type GRPCServices ¶
type GRPCServices interface { runtime.RuntimeServiceServer runtime.ImageServiceServer }
GRPCServices are all the grpc services provided by cri containerd.
func NewService ¶
func NewService(c criService) GRPCServices
Click to show internal directories.
Click to hide internal directories.