Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerServer ¶
type DockerServer struct {
// contains filtered or unexported fields
}
DockerServer is the grpc server of dockershim.
func NewDockerServer ¶
func NewDockerServer(addr string, s dockershim.DockerService) *DockerServer
NewDockerServer creates the dockershim grpc server.
func (*DockerServer) Start ¶
func (s *DockerServer) Start() error
Start starts the dockershim grpc server.
type DockerService ¶
type DockerService interface { runtimeapi.RuntimeServiceServer runtimeapi.ImageServiceServer }
DockerService is the interface implement CRI remote service server.
func NewDockerService ¶
func NewDockerService(s dockershim.DockerService) DockerService
Click to show internal directories.
Click to hide internal directories.