Documentation ¶
Index ¶
- func ConvertGardenletConfiguration(obj runtime.Object) (*config.GardenletConfiguration, error)
- func ConvertGardenletConfigurationExternal(obj runtime.Object) (*configv1alpha1.GardenletConfiguration, error)
- func SeedNameFromSeedConfig(seedConfig *config.SeedConfig) string
- func StaleExtensionHealthChecksThreshold(c *config.StaleExtensionHealthChecks) *metav1.Duration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertGardenletConfiguration ¶ added in v1.17.0
func ConvertGardenletConfiguration(obj runtime.Object) (*config.GardenletConfiguration, error)
ConvertGardenletConfiguration converts the given object to an internal GardenletConfiguration version.
func ConvertGardenletConfigurationExternal ¶ added in v1.17.0
func ConvertGardenletConfigurationExternal(obj runtime.Object) (*configv1alpha1.GardenletConfiguration, error)
ConvertGardenletConfigurationExternal converts the given object to an external GardenletConfiguration version.
func SeedNameFromSeedConfig ¶
func SeedNameFromSeedConfig(seedConfig *config.SeedConfig) string
SeedNameFromSeedConfig returns an empty string if the given seed config is nil, or the name inside the seed config.
func StaleExtensionHealthChecksThreshold ¶ added in v1.16.0
func StaleExtensionHealthChecksThreshold(c *config.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.
Click to show internal directories.
Click to hide internal directories.