Fix reconciliation of fleet pre-token requestor

This commit is contained in:
Martin Šalata
2022-06-08 14:42:13 +02:00
parent d9d3a12dd9
commit 4cf1cf33dc
9 changed files with 70 additions and 31 deletions

View File

@@ -121,6 +121,11 @@ check:
generate:
@$(REPO_ROOT)/vendor/github.com/gardener/gardener/hack/generate.sh ./charts/... ./cmd/... ./pkg/... ./test/...
@rm -rf ./pkg/client/fleet/clientset/internalversion;
.PHONY: generate-charts
generate-charts:
@$(REPO_ROOT)/vendor/github.com/gardener/gardener/hack/generate.sh ./charts/...
.PHONY: format
format:
@$(REPO_ROOT)/vendor/github.com/gardener/gardener/hack/format.sh ./cmd ./pkg ./test