cfg

package
v0.0.49 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Default Settings
	DefaultSidecarImage string
	DefaultValkeyImage  string
	DefaultNodes        int = 3
)

Functions

This section is empty.

Types

type Config

type Config struct {
	// The default clusterwide prometheus exporter image to use
	SidecarImage string `json:"exporterImage"`
	// The default clusterwide valkey image to use
	ValkeyImage string `json:"valkeyImage"`
	// The default number of nodes to use
	Nodes int `json:"nodes"`
}

func Defaults

func Defaults() *Config

Jump to

Keyboard shortcuts

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