sampler

package
v0.0.0-...-db183fc Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PodMetricsEntry

type PodMetricsEntry struct {
	Label      string
	PodMetrics *v1beta1.PodMetrics
}

type PodMetricsSampler

type PodMetricsSampler interface {
	Reset()
	SampleConsumption(label string) error
	MaxCPU() *resource.Quantity
	MaxMem() *resource.Quantity
	MinCPU() *resource.Quantity
	MinMem() *resource.Quantity
}

func NewPodMetricsSampler

func NewPodMetricsSampler(cl client.Client, datasetDescription string, pod types.NamespacedName) (PodMetricsSampler, error)

Jump to

Keyboard shortcuts

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