Documentation ¶
Index ¶
Constants ¶
This section is empty.
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.
func New ¶
func New( client client.Client, namespace string, secretsManager secretsmanager.Interface, values Values, ) component.DeployWaiter
New creates a new instance of DeployWaiter for the metrics-server.
Types ¶
type Values ¶
type Values struct { // Image is the container image used for the metrics-server. Image string // KubernetesVersion is the Kubernetes version of the Shoot. KubernetesVersion *semver.Version // VPAEnabled marks whether VerticalPodAutoscaler is enabled for the shoot. VPAEnabled bool // KubeAPIServerHost is the kube-apiserver host name. KubeAPIServerHost *string }
Values is a set of configuration values for the metrics-server component.
Click to show internal directories.
Click to hide internal directories.