Documentation
¶
Index ¶
- type Containerd
- func (c *Containerd) Alive(ctx context.Context) bool
- func (c *Containerd) Events(ctx context.Context) (<-chan *types.WorkloadEventMessage, <-chan error)
- func (c *Containerd) Get(ctx context.Context, ID string) (*source.Workload, error)
- func (c *Containerd) List(ctx context.Context) ([]*source.Workload, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Containerd ¶
type Containerd struct {
// contains filtered or unexported fields
}
Containerd is the view of the workloads one local containerd daemon runs in one namespace.
func (*Containerd) Events ¶
func (c *Containerd) Events(ctx context.Context) (<-chan *types.WorkloadEventMessage, <-chan error)
Click to show internal directories.
Click to hide internal directories.