Skip to content

Commit f364002

Browse files
committed
add ingress
1 parent 89523a8 commit f364002

File tree

6 files changed

+2
-159
lines changed

6 files changed

+2
-159
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ apisix-ingress-controller-conformance-report.yaml
3636
.env
3737

3838
charts/api7ee3
39+
docs/api

docs/api/config.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

docs/api/members.tpl

Lines changed: 0 additions & 48 deletions
This file was deleted.

docs/api/pkg.tpl

Lines changed: 0 additions & 83 deletions
This file was deleted.

docs/api/type.tpl

Whitespace-only changes.

test/e2e/apisix/e2e_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import (
2222
_ "github.com/apache/apisix-ingress-controller/test/e2e/crds"
2323
"github.com/apache/apisix-ingress-controller/test/e2e/framework"
2424
_ "github.com/apache/apisix-ingress-controller/test/e2e/gatewayapi"
25+
_ "github.com/apache/apisix-ingress-controller/test/e2e/ingress"
2526
"github.com/apache/apisix-ingress-controller/test/e2e/scaffold"
2627
)
2728

0 commit comments

Comments
 (0)