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 ¶
This section is empty.
Types ¶
type Interface ¶ added in v0.13.0
type Interface interface { component.DeployWaiter // CASecretName returns the name of the CA secret. CASecretName() string }
Interface is an interface for managing Registry Caches.
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 // Services are the registry cache services used for certificate generation. Services []corev1.Service // 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.