Documentation
¶
Index ¶
- func GetManagedResourceProgressingThreshold(c *gardenletconfigv1alpha1.GardenletConfiguration) *metav1.Duration
- func IsEventLoggingEnabled(c *gardenletconfigv1alpha1.GardenletConfiguration) bool
- func IsLoggingEnabled(c *gardenletconfigv1alpha1.GardenletConfiguration) bool
- func IsMonitoringEnabled(c *gardenletconfigv1alpha1.GardenletConfiguration) bool
- func IsValiEnabled(c *gardenletconfigv1alpha1.GardenletConfiguration) bool
- func SeedNameFromSeedConfig(seedConfig *gardenletconfigv1alpha1.SeedConfig) string
- func StaleExtensionHealthChecksThreshold(c *gardenletconfigv1alpha1.StaleExtensionHealthChecks) *metav1.Duration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetManagedResourceProgressingThreshold ¶
func GetManagedResourceProgressingThreshold(c *gardenletconfigv1alpha1.GardenletConfiguration) *metav1.Duration
GetManagedResourceProgressingThreshold returns ManagedResourceProgressingThreshold if set otherwise it returns nil.
func IsEventLoggingEnabled ¶
func IsEventLoggingEnabled(c *gardenletconfigv1alpha1.GardenletConfiguration) bool
IsEventLoggingEnabled returns true if the event-logging is enabled.
func IsLoggingEnabled ¶
func IsLoggingEnabled(c *gardenletconfigv1alpha1.GardenletConfiguration) bool
IsLoggingEnabled return true if the logging stack for clusters is enabled.
func IsMonitoringEnabled ¶
func IsMonitoringEnabled(c *gardenletconfigv1alpha1.GardenletConfiguration) bool
IsMonitoringEnabled returns true if the monitoring stack for shoot clusters is enabled. Default is enabled.
func IsValiEnabled ¶
func IsValiEnabled(c *gardenletconfigv1alpha1.GardenletConfiguration) bool
IsValiEnabled return true if the vali is enabled
func SeedNameFromSeedConfig ¶
func SeedNameFromSeedConfig(seedConfig *gardenletconfigv1alpha1.SeedConfig) string
SeedNameFromSeedConfig returns an empty string if the given seed config is nil, or the name inside the seed config.
func StaleExtensionHealthChecksThreshold ¶
func StaleExtensionHealthChecksThreshold(c *gardenletconfigv1alpha1.StaleExtensionHealthChecks) *metav1.Duration
StaleExtensionHealthChecksThreshold returns nil if the given config is nil or the check for stale health checks is not enabled. Otherwise it returns the threshold from the given config.
Types ¶
This section is empty.