-
Notifications
You must be signed in to change notification settings - Fork 931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API: Add scope
to metadata configuration API
#14530
Open
kadinsayani
wants to merge
6
commits into
canonical:main
Choose a base branch
from
kadinsayani:metadata-configuration-scope
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
API: Add scope
to metadata configuration API
#14530
kadinsayani
wants to merge
6
commits into
canonical:main
from
kadinsayani:metadata-configuration-scope
+630
−0
Conversation
This file contains 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
github-actions
bot
added
Documentation
Documentation needs updating
API
Changes to the REST API
labels
Nov 25, 2024
kadinsayani
force-pushed
the
metadata-configuration-scope
branch
from
November 25, 2024 22:26
1b70509
to
7f42bed
Compare
cc. @edlerd |
kadinsayani
force-pushed
the
metadata-configuration-scope
branch
3 times, most recently
from
November 26, 2024 16:12
791eff4
to
4869da3
Compare
kadinsayani
changed the title
Add
Network: Add Nov 26, 2024
scope
to metadata configuration APIscope
to metadata configuration API
kadinsayani
changed the title
Network: Add
API: Add Nov 26, 2024
scope
to metadata configuration APIscope
to metadata configuration API
markylaing
requested changes
Nov 27, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll need @tomponline or @simondeziel to review the local/global-ness of the config keys but other than that I just have a couple of small nits :)
kadinsayani
force-pushed
the
metadata-configuration-scope
branch
from
November 27, 2024 14:55
4869da3
to
fa1f4a3
Compare
simondeziel
reviewed
Nov 27, 2024
kadinsayani
force-pushed
the
metadata-configuration-scope
branch
2 times, most recently
from
November 27, 2024 17:03
8a58825
to
c49b172
Compare
tomponline
reviewed
Nov 29, 2024
tomponline
reviewed
Nov 29, 2024
kadinsayani
force-pushed
the
metadata-configuration-scope
branch
from
November 29, 2024 17:57
c49b172
to
8d6c853
Compare
Signed-off-by: Kadin Sayani <[email protected]>
Signed-off-by: Kadin Sayani <[email protected]>
Signed-off-by: Kadin Sayani <[email protected]>
Signed-off-by: Kadin Sayani <[email protected]>
Signed-off-by: Kadin Sayani <[email protected]>
Signed-off-by: Kadin Sayani <[email protected]>
kadinsayani
force-pushed
the
metadata-configuration-scope
branch
from
November 29, 2024 21:27
8d6c853
to
e4c3f93
Compare
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 #14125.
This PR adds
scope
to the metadata configuration API endpoint,/1.0/metadata/configuration
.Summary of changes:
metadata_configuration_scope
;Scope
field toMetadataConfigurationConfigKey
struct;scope
to metadata for member specific config keys inlxd/network/driver_{bridge/macvlan/physical/sriov}.go
;