Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ManagedResourceName is the name of the ManagedResource containing the resource specifications.
ManagedResourceName = "shoot-core-blackbox-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 ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { component.DeployWaiter }
Interface contains functions for a blackbox-exporter deployer.
type Values ¶
type Values struct { // Image is the container image used for blackbox-exporter. Image string // VPAEnabled marks whether VerticalPodAutoscaler is enabled for the shoot. VPAEnabled bool // KubernetesVersion is the Kubernetes version of the Shoot. KubernetesVersion *semver.Version }
Values is a set of configuration values for the blackbox-exporter.
Click to show internal directories.
Click to hide internal directories.