fix: treat preserve-unknown-fields as a free-form map #637
No reviewers
Labels
No labels
API
Billing
UI/UX
dependencies
bug
change
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
servala/servala-portal!637
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/preserve-unknown-fields-paths"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Kubernetes marks a RawExtension - PostgreSQL's pgSettings among them - with x-kubernetes-preserve-unknown-fields rather than additionalProperties. resolve_path only understood the latter, so it reported anything below such a node as an incomplete path and the service definition admin rejected mappings like spec.parameters.service.pgSettings.archive_timeout, which is how the portal would expose PostgreSQL's point-in-time interval