Skip to content

Commit

Permalink
Update internal/pkg/composable/providers/kubernetes/pod.go
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Katsoulis <michaelkatsoulis88@gmail.com>
  • Loading branch information
ChrsMark and MichaelKatsoulis authored May 29, 2023
1 parent cdd677b commit d265914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/composable/providers/kubernetes/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func NewPodEventer(
logger.Errorf("couldn't create watcher for %T due to error %+v", &kubernetes.Namespace{}, err)
}

// Resource is Pod so we need to create watchers for Replicasets and Jobs that it might belongs to
// Resource is Pod so we need to create watchers for Replicasets and Jobs that it might belong to
// in order to be able to retrieve 2nd layer Owner metadata like in case of:
// Deployment -> Replicaset -> Pod
// CronJob -> job -> Pod
Expand Down

0 comments on commit d265914

Please sign in to comment.