Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ManagedResourceName is the name of the ManagedResource containing the resource specifications.
ManagedResourceName = "shoot-core-node-problem-detector"
)
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-problem-detector logs.
Types ¶
type Values ¶
type Values struct { // APIServerHost is the host of the kube-apiserver. APIServerHost *string // Image is the container image used for node-problem-detector. Image string // VPAEnabled marks whether VerticalPodAutoscaler is enabled for the shoot. VPAEnabled bool }
Values is a set of configuration values for the node-problem-detector component.
Click to show internal directories.
Click to hide internal directories.