Closed shawkins closed 1 year ago
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!
Consider using network instead of net
That's one vote for an annotation, one vote for network, and one vote for access.
Rather than boolean _private use String visibility with enumeration Public and Private
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:
spec:
access: Private
which we will likely throw away once we need refine things further.
To combine the above and most of the suggestions, how about just:
spec: access: Private
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?
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.
:)
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.