mirror of
https://github.com/alibaba/higress.git
synced 2026-05-26 21:57:30 +08:00
128 lines
3.2 KiB
Plaintext
128 lines
3.2 KiB
Plaintext
apiVersion: gateway.networking.k8s.io/v1beta1
|
|
kind: Gateway
|
|
metadata:
|
|
name: gateway
|
|
namespace: higress-system
|
|
spec: null
|
|
status:
|
|
addresses:
|
|
- type: Hostname
|
|
value: higress-gateway.higress-system.svc.domain.suffix
|
|
conditions:
|
|
- lastTransitionTime: fake
|
|
message: Resource accepted
|
|
reason: Accepted
|
|
status: "True"
|
|
type: Accepted
|
|
- lastTransitionTime: fake
|
|
message: Resource programmed, assigned to service(s) higress-gateway.higress-system.svc.domain.suffix:34000
|
|
and higress-gateway.higress-system.svc.domain.suffix:34001
|
|
reason: Programmed
|
|
status: "True"
|
|
type: Programmed
|
|
listeners:
|
|
- attachedRoutes: 1
|
|
conditions:
|
|
- lastTransitionTime: fake
|
|
message: No errors found
|
|
reason: Accepted
|
|
status: "True"
|
|
type: Accepted
|
|
- lastTransitionTime: fake
|
|
message: No errors found
|
|
reason: NoConflicts
|
|
status: "False"
|
|
type: Conflicted
|
|
- lastTransitionTime: fake
|
|
message: No errors found
|
|
reason: Programmed
|
|
status: "True"
|
|
type: Programmed
|
|
- lastTransitionTime: fake
|
|
message: No errors found
|
|
reason: ResolvedRefs
|
|
status: "True"
|
|
type: ResolvedRefs
|
|
name: my-svc
|
|
supportedKinds:
|
|
- group: gateway.networking.k8s.io
|
|
kind: TCPRoute
|
|
- attachedRoutes: 1
|
|
conditions:
|
|
- lastTransitionTime: fake
|
|
message: No errors found
|
|
reason: Accepted
|
|
status: "True"
|
|
type: Accepted
|
|
- lastTransitionTime: fake
|
|
message: No errors found
|
|
reason: NoConflicts
|
|
status: "False"
|
|
type: Conflicted
|
|
- lastTransitionTime: fake
|
|
message: No errors found
|
|
reason: Programmed
|
|
status: "True"
|
|
type: Programmed
|
|
- lastTransitionTime: fake
|
|
message: No errors found
|
|
reason: ResolvedRefs
|
|
status: "True"
|
|
type: ResolvedRefs
|
|
name: echo
|
|
supportedKinds:
|
|
- group: gateway.networking.k8s.io
|
|
kind: TCPRoute
|
|
---
|
|
apiVersion: gateway.networking.k8s.io/v1alpha2
|
|
kind: TCPRoute
|
|
metadata:
|
|
name: allowed-my-svc
|
|
namespace: higress-system
|
|
spec: null
|
|
status:
|
|
parents:
|
|
- conditions:
|
|
- lastTransitionTime: fake
|
|
message: Route was valid
|
|
reason: Accepted
|
|
status: "True"
|
|
type: Accepted
|
|
- lastTransitionTime: fake
|
|
message: All references resolved
|
|
reason: ResolvedRefs
|
|
status: "True"
|
|
type: ResolvedRefs
|
|
controllerName: higress.io/gateway-controller
|
|
parentRef:
|
|
name: gateway
|
|
namespace: higress-system
|
|
sectionName: my-svc
|
|
---
|
|
apiVersion: gateway.networking.k8s.io/v1alpha2
|
|
kind: TCPRoute
|
|
metadata:
|
|
name: not-allowed-echo
|
|
namespace: higress-system
|
|
spec: null
|
|
status:
|
|
parents:
|
|
- conditions:
|
|
- lastTransitionTime: fake
|
|
message: Route was valid
|
|
reason: Accepted
|
|
status: "True"
|
|
type: Accepted
|
|
- lastTransitionTime: fake
|
|
message: backendRef echo/default not accessible to a TCPRoute in namespace "higress-system"
|
|
(missing a ReferenceGrant?)
|
|
reason: RefNotPermitted
|
|
status: "False"
|
|
type: ResolvedRefs
|
|
controllerName: higress.io/gateway-controller
|
|
parentRef:
|
|
name: gateway
|
|
namespace: higress-system
|
|
sectionName: echo
|
|
---
|