Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ManagedResourceName is the name of the ManagedResource containing the resource specifications. ManagedResourceName = "shoot-core-metrics-server" // SecretNameCA is the name of the secret containing the CA certificate and key for the metrics-server. SecretNameCA = v1beta1constants.SecretNameCAMetricsServer // SecretNameServer is the name of the secret containing the server certificate and key for the metrics-server. SecretNameServer = "metrics-server" )
Variables ¶
This section is empty.
Functions ¶
func CentralLoggingConfiguration ¶
func CentralLoggingConfiguration() (component.CentralLoggingConfig, error)
CentralLoggingConfiguration returns a fluent-bit parser and filter for the metrics-server logs.
Types ¶
type MetricsServer ¶
type MetricsServer interface { component.DeployWaiter // SetSecrets sets the secrets. SetSecrets(Secrets) // ServiceDNSNames returns the service DNS names for the metrics-server. ServiceDNSNames() []string }
MetricsServer contains functions for a metrics-server deployer.
Click to show internal directories.
Click to hide internal directories.