mirror of
https://github.com/alibaba/higress.git
synced 2026-05-26 05:37:25 +08:00
24 lines
461 B
Plaintext
24 lines
461 B
Plaintext
apiVersion: gateway.networking.k8s.io/v1beta1
|
|
kind: GatewayClass
|
|
metadata:
|
|
creationTimestamp: null
|
|
name: higress
|
|
namespace: default
|
|
spec: null
|
|
status:
|
|
conditions:
|
|
- lastTransitionTime: fake
|
|
message: Handled by Higress controller
|
|
reason: Accepted
|
|
status: "True"
|
|
type: Accepted
|
|
---
|
|
apiVersion: gateway.networking.k8s.io/v1beta1
|
|
kind: Gateway
|
|
metadata:
|
|
creationTimestamp: null
|
|
name: gateway
|
|
namespace: higress-system
|
|
spec: null
|
|
---
|