vali

package
v1.149.2 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2026 License: Apache-2.0 Imports: 45 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CentralLoggingConfiguration

func CentralLoggingConfiguration() (component.CentralLoggingConfig, error)

CentralLoggingConfiguration returns a fluent-bit parser and filter for the vali logs.

Types

type Interface

type Interface interface {
	component.Deployer
	WithAuthenticationProxy(bool)
}

Interface is the interface for the Vali deployer.

func New

func New(
	client client.Client,
	namespace string,
	secretsManager secretsmanager.Interface,
	values Values,
) Interface

New creates a new instance of Vali deployer.

type PVCAutoscalingConfig

type PVCAutoscalingConfig struct {
	// Enabled controls whether the component creates a PersistentVolumeClaimAutoscaler resource.
	Enabled bool
	// MaxCapacity is the upper bound up to which the PVC may be scaled.
	MaxCapacity resource.Quantity
}

PVCAutoscalingConfig configures whether and up to what capacity the Vali PVC is autoscaled.

type Values

type Values struct {
	ValiImage          string
	CuratorImage       string
	TelegrafImage      string
	KubeRBACProxyImage string
	WithRBACProxy      bool
	InitLargeDirImage  string
	IsGardenCluster    bool

	ClusterType                  component.ClusterType
	Replicas                     int32
	PriorityClassName            string
	IngressHost                  string
	IstioIngressGatewayLabels    map[string]string
	IstioIngressGatewayNamespace string
	ShootNodeLoggingEnabled      bool
	Storage                      *resource.Quantity
	PVCAutoscaling               PVCAutoscalingConfig
}

Values are the values for the Vali.

Directories

Path Synopsis
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.

Jump to

Keyboard shortcuts

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