-
Notifications
You must be signed in to change notification settings - Fork 219
[issue-687] Refactor/operator register api #688
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
[issue-687] Refactor/operator register api #688
Conversation
controllers.add(controller); | ||
|
||
final var watchedNS = | ||
configuration.watchAllNamespaces() ? "[all namespaces]" : configuration.getEffectiveNamespaces(); |
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.
This line does not seems to be formatted if you just build the project with maven it should fix it.
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.
Thanks for the reply :)
I rebuild maven and made a commit by modifying the code formats.
Just made a minor not, otherwise LGTM!! Thank you! |
operator-framework-core/src/test/java/io/javaoperatorsdk/operator/OperatorTest.java
Show resolved
Hide resolved
As #678 was merged into the base branch |
Conflict has been corrected and rebase has been completed with v2. :) |
97deb5f
to
c0b9ef2
Compare
…to `kubernetesClient.getKubernetesVersion()`
c0b9ef2
to
eb7a56b
Compare
thank you @heesuk-ahn ! |
Proposal
by #687