config

package
v0.10.1 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DefaultConfig = Config{
		EnableTelemetry: false,
		LeaderElection:  false,
	}

	Cell = cell.Module(
		"operator-config",
		"Operator Config",
		cell.Config(DefaultConfig),
		sharedconfig.Cell,
	)
)

Functions

This section is empty.

Types

type Config

type Config struct {
	EnableTelemetry bool
	LeaderElection  bool
}

func (Config) Flags

func (c Config) Flags(flags *pflag.FlagSet)

Jump to

Keyboard shortcuts

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