Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CRIContainerdServer ¶
type CRIContainerdServer struct {
// contains filtered or unexported fields
}
CRIContainerdServer is the grpc server of cri-containerd.
func NewCRIContainerdServer ¶
func NewCRIContainerdServer(addr string, r runtime.RuntimeServiceServer, i runtime.ImageServiceServer) *CRIContainerdServer
NewCRIContainerdServer creates the cri-containerd grpc server.
func (*CRIContainerdServer) Run ¶
func (s *CRIContainerdServer) Run() error
Run runs the cri-containerd grpc server.
type CRIContainerdService ¶
type CRIContainerdService interface { Start() runtime.RuntimeServiceServer runtime.ImageServiceServer }
CRIContainerdService is the interface implement CRI remote service server.
func NewCRIContainerdService ¶
func NewCRIContainerdService(containerdEndpoint, rootDir, networkPluginBinDir, networkPluginConfDir string) (CRIContainerdService, error)
NewCRIContainerdService returns a new instance of CRIContainerdService
Source Files ¶
- container_attach.go
- container_create.go
- container_exec.go
- container_execsync.go
- container_list.go
- container_remove.go
- container_start.go
- container_stats.go
- container_stats_list.go
- container_status.go
- container_stop.go
- events.go
- helpers.go
- image_list.go
- image_pull.go
- image_remove.go
- image_status.go
- imagefs_info.go
- sandbox_list.go
- sandbox_portforward.go
- sandbox_remove.go
- sandbox_run.go
- sandbox_status.go
- sandbox_stop.go
- server.go
- service.go
- status.go
- update_runtime_config.go
- version.go
Click to show internal directories.
Click to hide internal directories.