-
Notifications
You must be signed in to change notification settings - Fork 799
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
code-refactoring: Gitops 3127 implement applicationset controller package #1011
code-refactoring: Gitops 3127 implement applicationset controller package #1011
Conversation
Signed-off-by: Yi Cai <[email protected]>
…-3127-implement-applicationset-controller-package
Signed-off-by: Yi Cai <[email protected]>
Signed-off-by: Yi Cai <[email protected]>
…-3127-implement-applicationset-controller-package
Signed-off-by: Yi Cai <[email protected]>
@ciiay if all the old code has been accounted for, please remove those files |
Signed-off-by: Yi Cai <[email protected]>
Signed-off-by: Yi Cai <[email protected]>
Signed-off-by: Yi Cai <[email protected]>
Signed-off-by: Yi Cai <[email protected]>
Signed-off-by: Yi Cai <[email protected]>
@ciiay Appset Also has a webhookserver route that needs to be reconciled by the appset controller |
Signed-off-by: Yi Cai <[email protected]>
Signed-off-by: Yi Cai <[email protected]>
…econcile Signed-off-by: Yi Cai <[email protected]>
…-3127-implement-applicationset-controller-package
Signed-off-by: Yi Cai <[email protected]>
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.
LGTM thanks @ciiay !
7607d97
into
argoproj-labs:operator-redesign
…kage (argoproj-labs#1011) *add appset-controller --------- Signed-off-by: Yi Cai <[email protected]>
What type of PR is this?
/kind code-refactoring
What does this PR do / why we need it:
Implemented notifications controller.
NOTE: this PR just adds the package files and tests, this code is not invoked at any point yet
Have you updated the necessary documentation?
Which issue(s) this PR fixes:
Fixes #?
GITOPS-3127: https://issues.redhat.com/browse/GITOPS-3127
How to test changes / Special notes to the reviewer:
Unit tests and kuttl tests uploaded.