Skip to content

Commit

Permalink
Merge pull request #94 from yue9944882/basing-onto-anp-upstream-close…
Browse files Browse the repository at this point in the history
…-rsp-fix

Basing onto ANP upstream's connection leakage fix
  • Loading branch information
Somefive authored May 11, 2022
2 parents 4272c54 + c51e965 commit 3bfe510
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 709 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ all: manager

# Run tests
test: generate fmt vet manifests
go test ./pkg/... ./forked/... -coverprofile cover.out
go test ./pkg/... -coverprofile cover.out

# Build manager binary
manager: generate fmt vet
Expand Down
1 change: 0 additions & 1 deletion cmd/addon-manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ RUN go mod download
# Copy the go source
COPY cmd/ cmd/
COPY pkg/ pkg/
COPY forked/ forked/
COPY hack/ hack/

# Build
Expand Down
1 change: 0 additions & 1 deletion cmd/apiserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ RUN go mod download
# Copy the go source
COPY cmd/ cmd/
COPY pkg/ pkg/
COPY forked/ forked/
COPY hack/ hack/

ARG API_GROUP_NAME=cluster.core.oam.dev
Expand Down
234 changes: 0 additions & 234 deletions forked/konnectivity-client/pkg/client/client.go

This file was deleted.

Loading

0 comments on commit 3bfe510

Please sign in to comment.