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.
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.
Click to show internal directories.
Click to hide internal directories.