Skip to content

Commit e619210

Browse files
authoredSep 16, 2024··
Remove gwctl code from gateway-api repository. New development will happen in kubernetes-sigs/gwctl (#3338)
1 parent 5299919 commit e619210

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1
-11170
lines changed
 

‎.github/dependabot.yml

-15
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,6 @@ updates:
1515
- ok-to-test
1616
- release-note-none
1717

18-
# Dependencies listed in gwctl/go.mod
19-
- package-ecosystem: "gomod"
20-
directory: "/gwctl" # Location of package manifests
21-
schedule:
22-
interval: "weekly"
23-
groups:
24-
k8s.io: # Group k8s.io golang dependencies updates
25-
patterns:
26-
- "k8s.io/*"
27-
labels:
28-
- go
29-
- dependencies
30-
- ok-to-test
31-
- release-note-none
32-
3318
# Dependencies listed in conformance/echo-basic/go.mod
3419
- package-ecosystem: "gomod"
3520
directory: "/conformance/echo-basic/" # Location of package manifests

‎Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ test:
8181
go test -race -cover ./apis/... ./conformance/utils/...
8282
# Run tests for each submodule.
8383
cd "conformance/echo-basic" && go test -race -cover ./...
84-
cd "gwctl" && go test -race -cover ./...
8584

8685
# Run tests for CRDs validation
8786
.PHONY: test.crds-validation

0 commit comments

Comments
 (0)
Please sign in to comment.