Add seperate annotation for secret

This commit is contained in:
faizanahmad055
2018-07-17 15:20:01 +05:00
parent d2ae8ce4cb
commit d9379d18f2
3 changed files with 58 additions and 32 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ func (c *Controller) Update(old interface{}, new interface{}) {
// Delete function to add an object to the queue in case of deleting a resource
func (c *Controller) Delete(old interface{}) {
// TODO Added this function for future usecase
logrus.Infof("Deleted resource has been detected but no further implementation found to take action")
logrus.Infof("Resource deletion has been detected but no further implementation found to take action")
}
//Run function for controller which handles the queue