mirror of
https://github.com/lukaszraczylo/kubemirror.git
synced 2026-06-11 23:19:54 +00:00
CRD discovery, log noise reduction, e2e tests
This commit is contained in:
@@ -50,6 +50,10 @@ type Config struct {
|
||||
EnableAllKeyword bool
|
||||
// DryRun mode logs what would happen without actually making changes
|
||||
DryRun bool
|
||||
// VerifySourceFreshness checks cache staleness and re-fetches from API if needed
|
||||
// Prevents mirroring stale data when cache hasn't updated yet after watch event
|
||||
// Trades some API load for guaranteed data freshness
|
||||
VerifySourceFreshness bool
|
||||
}
|
||||
|
||||
// LeaderElectionConfig holds leader election settings.
|
||||
|
||||
Reference in New Issue
Block a user