Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(*): avoid setting nil for missing fields
upon filling defaults for the configuration, the existing logic was setting `nil` on missing fields, but in Kong Gateway, explicit `nil` are not treated as a synonym of "missing field". This change removes any missing fields from the configuration instead of explicitly setting such fields as `nil`.
- Loading branch information