Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ManagedResourceName is the name of the managed resource for the resources.
ManagedResourceName = "hvpa"
)
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 HVPA logs.
func CentralMonitoringConfiguration ¶
func CentralMonitoringConfiguration() (component.CentralMonitoringConfig, error)
CentralMonitoringConfiguration returns scrape configs for the central Prometheus.
Types ¶
type Interface ¶ added in v1.51.0
type Interface interface { component.DeployWaiter component.MonitoringComponent }
Interface contains functions for an HVPA deployer.
Click to show internal directories.
Click to hide internal directories.