add start of authorization

This commit is contained in:
James Munnelly
2017-07-22 01:23:25 +01:00
parent ab18029189
commit afbe0ba9c5
9 changed files with 346 additions and 28 deletions
@@ -38,7 +38,6 @@ func processNextWorkItem(ctx controller.Context, obj interface{}) error {
return err
}
case *api.Secret:
ctx.Logger.Printf("unhandled change to Secret resource: %+v", v)
default:
ctx.Logger.Errorf("unexpected resource type (%T) in work queue", obj)
}