[apisix] Implement router interface and observer interface

Signed-off-by: Gallardot <tttick@163.com>
This commit is contained in:
Gallardot
2022-12-06 14:46:42 +05:30
committed by Sanskar Jaiswal
parent ec7066b31b
commit 3e9fe97ba3
39 changed files with 2170 additions and 2 deletions
+12
View File
@@ -239,6 +239,18 @@ rules:
- update
- patch
- delete
- apiGroups:
- apisix.apache.org
resources:
- apisixroutes
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- nonResourceURLs:
- /version
verbs:
+13
View File
@@ -134,6 +134,19 @@ spec:
- Ingress
name:
type: string
routeRef:
description: APISIX route selector
type: object
required: [ "apiVersion", "kind", "name" ]
properties:
apiVersion:
type: string
kind:
type: string
enum:
- ApisixRoute
name:
type: string
upstreamRef:
description: Gloo Upstream selector
type: object