-
Notifications
You must be signed in to change notification settings - Fork 20
MGDSTRM-10232 initial configuration to control the ic scope #840
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
Conversation
api/src/main/java/org/bf2/operator/resources/v1alpha1/NetworkConfiguration.java
Show resolved
Hide resolved
71e9508
to
3219b21
Compare
Looks like we're still prone to inconsistent test / mock behavior - changed the test to not need the direct mocking. |
Kudos, SonarCloud Quality Gate passed! |
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. My only comments are optional/purely cosmetic.
- Consider using
network
instead ofnet
- Rather than
boolean _private
useString visibility
with enumerationPublic
andPrivate
That's one vote for an annotation, one vote for network, and one vote for access.
We want to leave open the possibility that this won't be a single case - there could be separate public and private configurations. |
To round things out here:
To combine the above and most of the suggestions, how about just:
which we will likely throw away once we need refine things further. |
I'm fine with this ^ |
do we need changes here to reflect the above? |
Oh, I thought we said on the issue / standup before break, just to leave the pr as is because it's likely a throw away in any case. |
:) |
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
Adds a new stanza to the agent spec to control the scope of the ic NLBs.
Since we have a timed job for reconciliation, we don't need to add a specific event handler for the managedkafkaagent - an assumption we were already making about the profile logic.