Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TimeoutWaitCleanupForManagedResource = 2 * time.Minute
TimeoutWaitCleanupForManagedResource is the timeout used while waiting for the ManagedResource to be deleted.
View Source
var TimeoutWaitForManagedResource = 3 * time.Minute
TimeoutWaitForManagedResource is the timeout used while waiting for the ManagedResources to become healthy.
Functions ¶
Types ¶
type Values ¶
type Values struct { // AlpineImage is the alpine container image. AlpineImage string // PauseImage is the pause container image. PauseImage string // DeleteSystemdUnit represents whether the cleaner should delete the configure-containerd-registries.service systemd unit. DeleteSystemdUnit bool // Upstreams are the upstreams which registry configuration will be removed by the cleaner. Upstreams []string }
Values is a set of configuration values for the registry configuration cleaner.
Click to show internal directories.
Click to hide internal directories.