Skip to content

Commit

Permalink
Merge pull request #201 from aabidsofi19/instance-details
Browse files Browse the repository at this point in the history
add instance details to metadata
  • Loading branch information
aabidsofi19 authored Dec 3, 2024
2 parents 36e2258 + fabaca2 commit bd81bfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions models/v1beta1/component/component.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions schemas/constructs/v1beta1/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
"published": {
"type": "boolean",
"description": "'published' controls whether the component should be registered in Meshery Registry. When the same 'published' property in Models, is set to 'false', the Model property takes precedence with all Entities in the Model not being registered."
},
"instanceDetails": {
"type": "object",
"description": "InstanceDetails contains information about the instance of the component."
}
},
"x-oapi-codegen-extra-tags": {
Expand Down

0 comments on commit bd81bfa

Please sign in to comment.