Implementing Capsule Tenant ownership predicate for Namespace Controller (#13)

* Implementing Capsule OwnerRef predicate

* Sorting imports
This commit is contained in:
Dario Tranchitella
2020-07-28 11:45:39 +02:00
committed by GitHub
parent 66969e334c
commit fef3607ecf
8 changed files with 49 additions and 13 deletions
+8
View File
@@ -9,3 +9,11 @@ crds:
.PHONY: docker-image
docker-image:
operator-sdk build quay.io/clastix/capsule:latest
.PHONY: goimports
goimports:
goimports -w -l -local "github.com/clastix/capsule" .
.PHONY: golint
golint:
golangci-lint run