package ttrpcutil

import "github.com/containerd/containerd/pkg/ttrpcutil"

Index

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) Client

func (c *Client) Client() *ttrpc.Client

Client returns the underlying TTRPC client object

func (*Client) Close

func (c *Client) Close() error

Close closes the clients TTRPC connection to containerd

func (*Client) EventsService

func (c *Client) EventsService() v1.EventsService

EventsService creates an EventsService client

func (*Client) Reconnect

func (c *Client) Reconnect() error

Reconnect re-establishes the TTRPC connection to the containerd daemon

Source Files

client.go client_unix.go

Version
v1.3.6
Published
Jun 30, 2020
Platform
js/wasm
Imports
7 packages
Last checked
20 minutes ago

Tools for package owners.