File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
health-monitors/kubernetes-object-monitor Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ include ../../make/common.mk
99include ../../make/go.mk
1010include ../../make/docker.mk
1111
12+ # Test setup commands for kubebuilder envtest
13+ # Version is centrally managed in .versions.yaml
14+ TEST_SETUP_COMMANDS := \
15+ go install sigs.k8s.io/controller-runtime/tools/setup-envtest@$(SETUP_ENVTEST_VERSION ) && \
16+ eval $$(setup-envtest use --use-env -p env ) &&
17+
1218.PHONY : all
1319all : lint-test
1420
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.25.4
55require (
66 github.com/google/cel-go v0.26.1
77 github.com/nvidia/nvsentinel/commons v0.0.0
8- github.com/nvidia/nvsentinel/data-models v0.0.0-20251111124318-ba740daea463
8+ github.com/nvidia/nvsentinel/data-models v0.0.0
99 github.com/pelletier/go-toml/v2 v2.2.4
1010 github.com/prometheus/client_golang v1.23.2
1111 github.com/prometheus/client_model v0.6.2
@@ -85,3 +85,4 @@ require (
8585)
8686
8787replace github.com/nvidia/nvsentinel/commons => ../../commons
88+ replace github.com/nvidia/nvsentinel/data-models => ../../data-models
You can’t perform that action at this time.
0 commit comments