Documentation
¶
Overview ¶
Package fetcher provides implementation of the Fetcher component of the TKR Source Controller responsible for fetching TKR BOM, TKR compatibility and TKR package repository OCI images.
Index ¶
Constants ¶
View Source
const (
// InitialDiscoveryRetry is the number of retries for the initial TKR sync-up
InitialDiscoveryRetry = 10
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { TKRNamespace string BOMImagePath string BOMMetadataImagePath string TKRRepoImagePath string TKRDiscoveryOption TKRDiscoveryIntervals }
Config contains the controller manager context.
Click to show internal directories.
Click to hide internal directories.