Skip to content

Commit 2bbf6c6

Browse files
committed
Add secure diagnostics endpoint with authentication to etcadm controller
1 parent 87940ab commit 2bbf6c6

File tree

6 files changed

+365
-208
lines changed

6 files changed

+365
-208
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ verify-mocks: mocks ## Verify if mocks need to be updated
123123
fi
124124

125125
$(CONTROLLER_GEN): $(TOOLS_BIN_DIR) # Build controller-gen from tools folder.
126-
GOBIN=$(ABS_TOOLS_BIN_DIR) go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.11.4
126+
GOBIN=$(ABS_TOOLS_BIN_DIR) go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.16.5
127127

128128
$(CONVERSION_GEN): $(TOOLS_BIN_DIR)
129129
GOBIN=$(ABS_TOOLS_BIN_DIR) go install k8s.io/code-generator/cmd/[email protected]

0 commit comments

Comments
 (0)