Documentation
¶
Overview ¶
Package updater periodically checks running containers and recreates them when newer images are available.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Updater ¶
type Updater struct {
Policy policy.Policy // Update policy for semantic versioning
Interval time.Duration // How often to check for container updates
Cleanup bool // Whether to remove old images after updates
RequireLabel bool // Only monitor containers with orbitd.enable=true
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.