Merge pull request #5817 from dmcgowan/shim-plugins

Add support for shim plugins
This commit is contained in:
Fu Wei
2021-09-12 18:18:20 +08:00
committed by GitHub
4 changed files with 161 additions and 91 deletions

View File

@@ -65,7 +65,7 @@ type CRIService interface {
Run() error
// io.Closer is used by containerd to gracefully stop cri service.
io.Closer
plugin.Service
Register(*grpc.Server) error
grpcServices
}