Skip to content

Commit

Permalink
fix: Spelling mistake
Browse files Browse the repository at this point in the history
Signed-off-by: suod-NithishKarthik <[email protected]>
  • Loading branch information
humblenginr committed Jan 13, 2022
1 parent 47d4828 commit 95bea23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pipeline/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (c *ResourceWatcher) startWatching(s cache.SharedIndexInformer) {
DeleteFunc: func(obj interface{}) {
// the obj can only be of two types, Unstructured or DeletedFinalStateUnknown.
// DeletedFinalStateUnknown means that the object that we receive may be `stale`
// becuase of the way informer behaves
// because of the way informer behaves

// refer 'https://pkg.go.dev/k8s.io/client-go/tools/cache#ResourceEventHandler.OnDelete'

Expand Down

0 comments on commit 95bea23

Please sign in to comment.