kubricate / domain/ConfigMigrator / ConfigMigrationResult
Interface: ConfigMigrationResult
Result of config migration containing the migrated config and any warnings
Properties
config
ts
config: KubricateConfig;The migrated configuration
warnings
ts
warnings: string[];Warning messages about deprecated fields that were migrated