22# This file is used to track the info used to scaffold your project
33# and allow the plugins properly work.
44# More info: https://book.kubebuilder.io/reference/project-config.html
5- domain: github.com
65layout:
76- go.kubebuilder.io/v4
87projectName: apisix-ingress-controller
@@ -12,24 +11,13 @@ resources:
1211 crdVersion: v1
1312 namespaced: true
1413 controller: true
15- domain: github.com
16- group: apisix.apache.org
17- kind: Guestbook
18- path: github.com/apache/apisix-ingress-controller/api/v1alpha1
19- version: v1alpha1
20- - api:
21- crdVersion: v1
22- namespaced: true
23- controller: true
24- domain: github.com
2514 group: apisix.apache.org
2615 kind: GatewayProxy
2716 path: github.com/apache/apisix-ingress-controller/api/v1alpha1
2817 version: v1alpha1
2918- api:
3019 crdVersion: v1
3120 namespaced: true
32- domain: github.com
3321 group: apisix.apache.org
3422 kind: HTTPRoutePolicy
3523 path: github.com/apache/apisix-ingress-controller/api/v1alpha1
@@ -38,7 +26,6 @@ resources:
3826 crdVersion: v1
3927 namespaced: true
4028 controller: true
41- domain: github.com
4229 group: apisix.apache.org
4330 kind: ApisixRoute
4431 path: github.com/apache/apisix-ingress-controller/api/v2
@@ -47,7 +34,6 @@ resources:
4734 crdVersion: v1
4835 namespaced: true
4936 controller: true
50- domain: github.com
5137 group: apisix.apache.org
5238 kind: ApisixConsumer
5339 path: github.com/apache/apisix-ingress-controller/api/v2
@@ -56,7 +42,6 @@ resources:
5642 crdVersion: v1
5743 namespaced: true
5844 controller: true
59- domain: github.com
6045 group: apisix.apache.org
6146 kind: ApisixGlobalRule
6247 path: github.com/apache/apisix-ingress-controller/api/v2
@@ -65,7 +50,6 @@ resources:
6550 crdVersion: v1
6651 namespaced: true
6752 controller: true
68- domain: github.com
6953 group: apisix.apache.org
7054 kind: ApisixTls
7155 path: github.com/apache/apisix-ingress-controller/api/v2
@@ -74,17 +58,24 @@ resources:
7458 crdVersion: v1
7559 namespaced: true
7660 controller: true
77- domain: github.com
7861 group: apisix.apache.org
7962 kind: ApisixUpstream
8063 path: github.com/apache/apisix-ingress-controller/api/v2
8164 version: v2
8265- api:
8366 crdVersion: v1
8467 namespaced: true
85- domain: github.com
8668 group: apisix.apache.org
8769 kind: ApisixPluginConfig
8870 path: github.com/apache/apisix-ingress-controller/api/v2
8971 version: v2
72+ - core: true
73+ domain: k8s.io
74+ group: networking
75+ kind: Ingress
76+ path: k8s.io/api/networking/v1
77+ version: v1
78+ webhooks:
79+ validation: true
80+ webhookVersion: v1
9081version: "3"
0 commit comments