manager

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Config = &ConfigSet{}

Functions

func NewSimplePodCollectorManager

func NewSimplePodCollectorManager(ctx *ctx.Context) (collector.Manager, error)

Types

type ConfigSet

type ConfigSet struct {
	SimplePodCollectorConfig SimplePodCollectorConfig
}

type SimplePodCollectorConfig

type SimplePodCollectorConfig struct {
	Image                string
	CollectorNamespace   string
	RuntimeAPIAddress    string
	WaitInterval         time.Duration
	WaitTimeout          time.Duration
	PreserveCollectorPod bool
}

func (*SimplePodCollectorConfig) BindFlags

func (cc *SimplePodCollectorConfig) BindFlags(fs *pflag.FlagSet)

func (*SimplePodCollectorConfig) Validate

func (cc *SimplePodCollectorConfig) Validate() error

type SimplePodCollectorManagerOptions

type SimplePodCollectorManagerOptions struct {
	Image              string
	CollectorNamespace string
	WaitInterval       time.Duration
	WaitTimeout        time.Duration
}

Jump to

Keyboard shortcuts

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