diff --git a/controller.go b/controller.go index 9dc89e9..9a9db8a 100644 --- a/controller.go +++ b/controller.go @@ -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 {