control-plane: resolve #69 review threads (api-versioning + components) - #20
Merged
Merged
Conversation
api-versioning.md: - defer the well-known SemVer baseline (cite semver.org); keep only the DCM-specific application - frame the breaking-change list as DCM's explicit authoritative checklist, not a generic tutorial; call out the DCM-specific entries - dev profile gets no deprecation guarantee (was P60D/P90D) — dev is for iteration, versions can break without a window - §7.2: add the event-vs-REST rationale for OIS version propagation (version/capability change = one-to-many fan-out = event; dispatch = point-to-point = sync REST) components.md: - §2.4: document why policy evaluation is event-driven (fan-out to many policies) but provider dispatch is synchronous REST (point-to-point, result needed to advance) - §2.5: add the match-condition grammar — expression syntax, the `always` reserved keyword, variable-path-by-reference vs literal, unresolved-path semantics - §3.4: add a field reference for the cost estimation/attribution objects Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves the open review threads on the downstream dcm #69 PR (control plane). Authored on the post-rename base, so it already uses "Gating Policy". +29/−4 across two docs.
api-versioning.md
components.md
always— §2.5 adds the match-condition grammar: expression syntax, thealwaysreserved keyword (+ other reserved tokens), variable-path-by-reference vs literal, and unresolved-path =false.Note: the DCM-side GateKeeper → Gating Policy rename landed separately in #19 (merged). Upstream source of truth; syncs to downstream #69 once merged.