package server
import "github.com/containerd/containerd/services/server"
Index ¶
- func LoadPlugins(ctx context.Context, config *srvconfig.Config) ([]*plugin.Registration, error)
- type Server
Functions ¶
func LoadPlugins ¶
LoadPlugins loads all plugins into containerd and generates an ordered graph of all plugins.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is the containerd main daemon
func New ¶
New creates and initializes a new containerd server
func (*Server) ServeDebug ¶
ServeDebug provides a debug endpoint
func (*Server) ServeGRPC ¶
ServeGRPC provides the containerd grpc APIs on the provided listener
func (*Server) ServeMetrics ¶
ServeMetrics provides a prometheus endpoint for exposing metrics
func (*Server) Stop ¶
func (s *Server) Stop()
Stop the containerd server canceling any open connections
Source Files ¶
server.go server_unsupported.go
Directories ¶
Path | Synopsis |
---|---|
services/server/config |
- Version
- v1.2.2
- Published
- Jan 8, 2019
- Platform
- js/wasm
- Imports
- 30 packages
- Last checked
- 9 minutes ago –
Tools for package owners.