navigate.config.preload

Functions

preload_configuration(manager, configuration, *)

Repair in-memory configuration before Navigate starts devices.

Classes

PreloadChange(path, rule, message)

A user-facing in-memory configuration repair.

PreloadContext(manager, configuration, ...)

Shared state passed to preload rules.

PreloadIssue(path, rule, message[, fatal])

A preload issue that may prevent Navigate from starting.

PreloadReport(changes, issues, debug_changes)

Structured record of in-memory preload repairs and issues.

PreloadRule(domain, name, apply[, stop_on_fatal])

One named preload rule in a configuration domain.

Exceptions

PreloadError(report)

Raised when preload cannot repair configuration safely.