-
Notifications
You must be signed in to change notification settings - Fork 287
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
Promote ConsolePlugin API version to v1 #440
Merged
iam-veeramalla
merged 18 commits into
redhat-developer:master
from
ciiay:gitops-2646-update-dynamic-plugin-cr
May 26, 2023
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
efa6ce5
Promote ConsolePlugin API version to v1
ciiay 21519fb
Merge branch 'master' of https://github.com/redhat-developer/gitops-o…
ciiay 849f07d
Merge branch 'master' of https://github.com/redhat-developer/gitops-o…
ciiay 362746c
Merge branch 'master' into gitops-2646-update-dynamic-plugin-cr
varshab1210 dd5c59b
Merge branch 'master' of https://github.com/redhat-developer/gitops-o…
ciiay 4b81520
Merge branch 'gitops-2646-update-dynamic-plugin-cr' of https://github…
ciiay e6b8824
Merge branch 'master' of https://github.com/redhat-developer/gitops-o…
ciiay f357465
Merge branch 'master' into gitops-2646-update-dynamic-plugin-cr
varshab1210 b0de33c
Merge branch 'master' of https://github.com/redhat-developer/gitops-o…
ciiay c9593cb
Merge branch 'gitops-2646-update-dynamic-plugin-cr' of https://github…
ciiay c5e8ab0
Merge branch 'master' into gitops-2646-update-dynamic-plugin-cr
varshab1210 214c555
Merge branch 'master' of https://github.com/redhat-developer/gitops-o…
ciiay fbe4697
Merge branch 'gitops-2646-update-dynamic-plugin-cr' of https://github…
ciiay f2b9a66
Merge branch 'master' into gitops-2646-update-dynamic-plugin-cr
varshab1210 7c11c9e
Merge branch 'master' into gitops-2646-update-dynamic-plugin-cr
varshab1210 f6ea081
Merge branch 'master' into gitops-2646-update-dynamic-plugin-cr
varshab1210 41ae850
Merge branch 'master' into gitops-2646-update-dynamic-plugin-cr
ciiay efb5627
Merge branch 'master' into gitops-2646-update-dynamic-plugin-cr
ciiay File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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.
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.
@ciiay looks like we accidentally removed the line instead of updating it
if this line is not present the gitops operator will not be able to create the console plugin deployment at all
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.
@jaideepr97 Thanks for the review. This line was removed purposely. Because after updating to v1, the console plugin API is the same as console API, see Line 40, 41. And the
console.AddToScheme
is already there in L 109registerComponentOrExit(mgr, console.AddToScheme)
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.
oh, interesting that we had both to begin with
thanks for clearing that up
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.
@jaideepr97 Because when we started console plugin the plugin SDK feature was only on the console/v1alpha1 version, then later they updated it and the new feature in v1alpha1 got merged into the console/v1.