Documentation
¶
Index ¶
Constants ¶
View Source
const (
// ManagedResourceName is the name of the ManagedResource containing the resource specifications.
ManagedResourceName = "shoot-core-node-exporter"
)
Variables ¶
View Source
var TimeoutWaitForManagedResource = 2 * time.Minute
TimeoutWaitForManagedResource is the timeout used while waiting for the ManagedResources to become healthy or deleted.
Functions ¶
func CentralLoggingConfiguration ¶
func CentralLoggingConfiguration() (component.CentralLoggingConfig, error)
CentralLoggingConfiguration returns a fluent-bit parser and filter for the node-exporter logs.
Types ¶
type Interface ¶
type Interface interface {
component.DeployWaiter
component.MonitoringComponent
}
Interface contains functions for a node-exporter deployer.
type Values ¶
type Values struct {
// Image is the container image used for node-exporter.
Image string
// VPAEnabled marks whether VerticalPodAutoscaler is enabled for the shoot.
VPAEnabled bool
// PSPDisabled marks whether the PodSecurityPolicy admission plugin is disabled.
PSPDisabled bool
}
Values is a set of configuration values for the node-exporter component.
Click to show internal directories.
Click to hide internal directories.