Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CRIService ¶ added in v1.0.0
type CRIService interface { Run() error // io.Closer is used by containerd to gracefully stop cri service. io.Closer plugin.Service // contains filtered or unexported methods }
CRIService is the interface implement CRI remote service server.
func NewCRIService ¶ added in v1.0.0
func NewCRIService(config criconfig.Config, client *containerd.Client) (CRIService, error)
NewCRIService returns a new instance of CRIService
Source Files ¶
- container_attach.go
- container_create.go
- container_exec.go
- container_execsync.go
- container_list.go
- container_log_reopen.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.