Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PruneRequest ¶
PruneRequest options on what to prune
type PruneResult ¶
PruneResult info on what has been pruned
type Service ¶
type Service interface { // Prune prune resources Prune(ctx context.Context, request PruneRequest) (PruneResult, error) }
Service interacts with the underlying container backend
Click to show internal directories.
Click to hide internal directories.