internal

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2024 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Version = version.Version("Icinga Kubernetes", "0.2.0", "$Format:%(describe)$", "$Format:%H$")

Version contains version and Git commit information.

The placeholders are replaced on `git archive` using the `export-subst` attribute.

Functions

This section is empty.

Types

type Config added in v0.2.0

type Config struct {
	Database   database.Config          `yaml:"database"`
	Logging    logging.Config           `yaml:"logging"`
	Prometheus metrics.PrometheusConfig `yaml:"prometheus"`
}

Config defines Icinga Kubernetes config.

func (*Config) Validate added in v0.2.0

func (c *Config) Validate() error

Validate checks constraints in the supplied configuration and returns an error if they are violated.

type Multiplex

type Multiplex interface {
	In() chan interface{}
	Out() chan interface{}
	Do(context.Context) error
}

func NewMultiplex

func NewMultiplex() Multiplex

Jump to

Keyboard shortcuts

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