Skip to content

Commit

Permalink
Add a link to a fixme about removing warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pleshakov committed Mar 14, 2023
1 parent 12f1e40 commit c9f5834
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/state/change_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ func (c *ChangeProcessorImpl) Process(
for obj, objWarnings := range warnings {
for _, w := range objWarnings {
// FIXME(pleshakov): report warnings via Object status
// https://github.com/nginxinc/nginx-kubernetes-gateway/issues/467
c.cfg.Logger.Info("Got warning while building Graph",
"kind", obj.GetObjectKind().GroupVersionKind().Kind,
"namespace", obj.GetNamespace(),
Expand Down

0 comments on commit c9f5834

Please sign in to comment.