Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TimeoutWaitForManagedResource = 2 * time.Minute
TimeoutWaitForManagedResource is the timeout used while waiting for the ManagedResources to become healthy or deleted.
Functions ¶
Types ¶
type Values ¶
type Values struct { // Image is the container image used for the registry cache. Image string // VPAEnabled marks whether VerticalPodAutoscaler is enabled for the shoot. VPAEnabled bool // Caches are the registry caches to deploy. Caches []api.RegistryCache // ResourceReferences are the resource references from the Shoot spec (the .spec.resources field). ResourceReferences []gardencorev1beta1.NamedResourceReference // KeepObjectsOnDestroy marks whether the ManagedResource's .spec.keepObjects will be set to true // before ManagedResource deletion during the Destroy operation. When set to true, the deployed // resources by ManagedResources won't be deleted, but the ManagedResource itself will be deleted. KeepObjectsOnDestroy bool }
Values is a set of configuration values for the registry caches.
Click to show internal directories.
Click to hide internal directories.