Move k8s_watcher.go to pkg/k8s/watchers#9434
Conversation
There was a problem hiding this comment.
exported method K8sWatcher.RunK8sServiceHandler should have comment or be unexported
There was a problem hiding this comment.
exported method K8sWatcher.GetAPIGroups should have comment or be unexported
There was a problem hiding this comment.
exported function NewK8sWatcher should have comment or be unexported
There was a problem hiding this comment.
exported type K8sWatcher should have comment or be unexported
There was a problem hiding this comment.
exported const K8sAPIGroupServiceV1Core should have comment (or a comment on this block) or be unexported
d180e84 to
4a419ea
Compare
d50208d to
496668b
Compare
c0c2ddd to
020e57c
Compare
4a419ea to
b8f94db
Compare
|
test-me-please |
|
unit tests were executed here https://github.com/cilium/cilium/pull/9468/checks?check_run_id=268448218 |
brb
left a comment
There was a problem hiding this comment.
LGTM, just one nit - I would use singular nouns for the watcher file names.
Signed-off-by: André Martins <andre@cilium.io>
Signed-off-by: André Martins <andre@cilium.io>
Signed-off-by: André Martins <andre@cilium.io>
b8f94db to
f562676
Compare
|
test-me-please |
NOTE:⚠️ This PR depends on #9400 ⚠️ Sorry but I couldn't split the first commit in smaller commits.
This change is