Skip to content

Commit

Permalink
feat(nsc): add dualstack capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
aauren committed Oct 7, 2023
1 parent f397a1f commit 25ecb09
Show file tree
Hide file tree
Showing 11 changed files with 2,082 additions and 1,527 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ DOCKER_LINT_IMAGE?=golangci/golangci-lint:v1.50.1
GOBGP_VERSION=v3.17.0
QEMU_IMAGE?=multiarch/qemu-user-static
GORELEASER_VERSION=v1.14.1
MOQ_VERSION=v0.2.1
MOQ_VERSION=v0.3.2
UID?=$(shell id -u)
ifeq ($(GOARCH), arm)
ARCH_TAG_PREFIX=$(GOARCH)
Expand Down Expand Up @@ -186,7 +186,7 @@ gofmt-fix: ## Fixes files that need to be gofmt'd.

# List of all file_moq.go files which would need to be regenerated
# from file.go if changed
gomoqs: ./pkg/controllers/proxy/network_services_controller_moq.go
gomoqs: ./pkg/controllers/proxy/linux_networking_moq.go

# file_moq.go file is generated from file.go "//go:generate moq ..." in-file
# annotation, as it needs to know which interfaces to create mock stubs for
Expand Down
Loading

0 comments on commit 25ecb09

Please sign in to comment.