package remote

import "k8s.io/kubernetes/pkg/kubelet/dockershim/remote"

Index

Types

type DockerServer

type DockerServer struct {
	// contains filtered or unexported fields
}

DockerServer is the grpc server of dockershim.

func NewDockerServer

func NewDockerServer(endpoint string, s dockershim.CRIService) *DockerServer

NewDockerServer creates the dockershim grpc server.

func (*DockerServer) Start

func (s *DockerServer) Start() error

Start starts the dockershim grpc server.

Source Files

docker_server.go

Version
v1.18.14
Published
Dec 18, 2020
Platform
js/wasm
Imports
6 packages
Last checked
46 minutes ago

Tools for package owners.