* update k8s deps to 1.18.6 and controller runtime to 0.6.2
Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
* remove building code generators from docker image. This way the k8s ligray version only has to be updated in go.mod
Do more stuff in the bazel container. Faster and better interop
Fix unit tests
Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
* make format
Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
* remove unnecessary rsync
Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
* redo code generator dep management
Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
* builder uses go modules
Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
* Add test case where we attempt to import from registry without the CA config map existing.
Verify that the pod remains pending for a while until we create the config map and then the import succeeds.
Signed-off-by: Alexander Wels <awels@redhat.com>
* Add error check on phase.
Signed-off-by: Alexander Wels <awels@redhat.com>
* Switch to using Consistently in test.
Signed-off-by: Alexander Wels <awels@redhat.com>