Documentation
¶
Index ¶
- func DiskUsage(ctx context.Context) (*entities.SystemDfReport, error)
- func Events(ctx context.Context, eventChan chan entities.Event, cancelChan chan bool, ...) error
- func Info(ctx context.Context) (*define.Info, error)
- func Prune(ctx context.Context, all, volumes *bool) (*entities.SystemPruneReport, error)
- func Version(ctx context.Context) (*entities.SystemVersionReport, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DiskUsage ¶
func DiskUsage(ctx context.Context) (*entities.SystemDfReport, error)
DiskUsage returns information about image, container, and volume disk consumption
func Events ¶
func Events(ctx context.Context, eventChan chan entities.Event, cancelChan chan bool, since, until *string, filters map[string][]string, stream *bool) error
Events allows you to monitor libdpod related events like container creation and removal. The events are then passed to the eventChan provided. The optional cancelChan can be used to cancel the read of events and close down the HTTP connection.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.