Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
cleanup: remove misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolleiv Nietsch committed May 16, 2024
1 parent e07540f commit 99ef548
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ func (c *Controller) processNextItem() bool {
return true
}

// checkContainerStatus is the business logic of the controller. In this controller it simply prints
// information about the pod to stdout. In case an error happened, it has to simply return the error.
// The retry logic should not be part of the business logic.
func (c *Controller) checkContainerStatus(key string) error {
obj, exists, err := c.indexer.GetByKey(key)
if err != nil {
Expand Down

0 comments on commit 99ef548

Please sign in to comment.