resources

package
v1.0.35 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PruneRequest

type PruneRequest struct {
	Force  bool
	DryRun bool
}

PruneRequest options on what to prune

type PruneResult

type PruneResult struct {
	DeletedIDs []string
	Summary    string
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL