mirror of
https://github.com/alibaba/higress.git
synced 2026-05-25 21:28:17 +08:00
14 lines
259 B
Plaintext
14 lines
259 B
Plaintext
apiVersion: gateway.networking.k8s.io/v1beta1
|
|
kind: GatewayClass
|
|
metadata:
|
|
name: higress
|
|
spec: null
|
|
status:
|
|
conditions:
|
|
- lastTransitionTime: fake
|
|
message: Handled by Higress controller
|
|
reason: Accepted
|
|
status: "True"
|
|
type: Accepted
|
|
---
|