config

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2024 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 Config

type Config struct {
	Controllers map[string]reconciler.Config `mapstructure:"controllers,omitempty"`
	Monitoring  Monitoring                   `mapstructure:"monitoring,omitempty"`
	Namespace   string                       `mapstructure:"namespace,omitempty"`
}

type Monitoring

type Monitoring struct {
	Address  string `mapstructure:"address,omitempty"`
	Username string `mapstructure:"username,omitempty"`
	Password string `mapstructure:"password,omitempty"`
}

Jump to

Keyboard shortcuts

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