File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -637,9 +637,10 @@ generate-e2e-templates-main: $(KUSTOMIZE)
637
637
$(KUSTOMIZE ) build $(DOCKER_TEMPLATES ) /main/clusterclass-quick-start-kcp-only --load-restrictor LoadRestrictionsNone > $(DOCKER_TEMPLATES ) /main/clusterclass-quick-start-kcp-only.yaml
638
638
639
639
.PHONY : generate-metrics-config
640
- generate-metrics-config : # # Generate ./config/metrics/crd-metrics-config.yaml
641
- @echo " Use PR state from 'https://github.com/kubernetes-sigs/cluster-api/pull/9347'" ; \
642
- exit 1
640
+ generate-metrics-config : $(CONTROLLER_GEN ) # # Generate ./config/metrics/crd-metrics-config.yaml
641
+ $(CONTROLLER_GEN ) metrics output:metrics:dir=./config/metrics \
642
+ paths=./api/... \
643
+ paths=./test/infrastructure/docker/api/...
643
644
644
645
.PHONY : generate-diagrams
645
646
generate-diagrams : # # Generate diagrams for *.plantuml files
You can’t perform that action at this time.
0 commit comments