cleaner

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: May 19, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cleaner

type Cleaner clean.Cleaner

func New

func New(cli *client.Client, opts Opts) Cleaner

type MetricsCollector

type MetricsCollector metrics.Collector

type Opts

type Opts struct {
	Containers bool
	Images     bool

	MetricsCollector MetricsCollector
}

type PrometheusMetricsCollector

type PrometheusMetricsCollector interface {
	MetricsCollector
	Describe(ch chan<- *prometheus.Desc)
	Collect(ch chan<- prometheus.Metric)
}

func NewPrometheusMetricsCollector

func NewPrometheusMetricsCollector(namespace string) PrometheusMetricsCollector

Jump to

Keyboard shortcuts

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