vali

package
v1.89.4 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 36 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ValiPort is the port exposed by the vali.
	ValiPort = 3100
	// ServiceName is the name of the logging service.
	ServiceName = "logging"

	// ManagedResourceNameRuntime is the name of the managed resource which deploys Vali statefulSet.
	ManagedResourceNameRuntime = "vali"

	// ValitailTokenSecretName is the name of a secret in the kube-system namespace in the target cluster containing
	// valitail's token for communication with the kube-apiserver.
	ValitailTokenSecretName = valitailName
)

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 added in v1.75.0

type Interface interface {
	component.Deployer
	component.MonitoringComponent
}

Interface contains functions for a vali deployer.

func New added in v1.74.0

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

New creates a new instance of Vali deployer.

type Values added in v1.74.0

type Values struct {
	ValiImage          string
	CuratorImage       string
	TelegrafImage      string
	KubeRBACProxyImage string
	InitLargeDirImage  string

	ClusterType             component.ClusterType
	Replicas                int32
	PriorityClassName       string
	IngressHost             string
	ShootNodeLoggingEnabled bool
	HVPAEnabled             bool
	Storage                 *resource.Quantity
	MaintenanceTimeWindow   *hvpav1alpha1.MaintenanceTimeWindow
}

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