config_reconcile.ts view source
ConfigDrift import type {ConfigDrift} from '@fuzdev/fuz_gitops/config_reconcile.js'; repo_url
type string
config
Name of the subset config whose entry diverges.
type string
kind
type ConfigDriftKind
field?
The field that disagrees, set when kind is 'field_mismatch'.
type IntrinsicField
canonical_value?
The canonical config's value, set when kind is 'field_mismatch'.
type string
config_value?
The subset config's value, set when kind is 'field_mismatch'.
type string