Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CRIContainerdService ¶
type CRIContainerdService interface { Run() error Stop() runtime.RuntimeServiceServer runtime.ImageServiceServer api.CRIContainerdServiceServer }
CRIContainerdService is the interface implement CRI remote service server.
func NewCRIContainerdService ¶
func NewCRIContainerdService(config options.Config) (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
- container_update_resources.go
- events.go
- helpers.go
- image_list.go
- image_load.go
- image_pull.go
- image_remove.go
- image_status.go
- imagefs_info.go
- instrumented_service.go
- restart.go
- sandbox_list.go
- sandbox_portforward.go
- sandbox_remove.go
- sandbox_run.go
- sandbox_status.go
- sandbox_stop.go
- service.go
- snapshots.go
- status.go
- streaming.go
- update_runtime_config.go
- version.go
Click to show internal directories.
Click to hide internal directories.