Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is the client to interact with TTRPC part of containerd server (plugins, events)
func NewClient ¶
func NewClient(address string, opts ...ttrpc.ClientOpts) (*Client, error)
NewClient returns a new containerd TTRPC client that is connected to the containerd instance provided by address
func (*Client) EventsService ¶
func (c *Client) EventsService() (v1.EventsService, error)
EventsService creates an EventsService client
Click to show internal directories.
Click to hide internal directories.