mirror of
https://github.com/alibaba/higress.git
synced 2026-05-27 22:27:29 +08:00
41 lines
814 B
Plaintext
41 lines
814 B
Plaintext
apiVersion: gateway.networking.k8s.io/v1beta1
|
|
kind: Gateway
|
|
metadata:
|
|
name: eastwestgateway
|
|
namespace: istio-system
|
|
spec: null
|
|
status:
|
|
addresses:
|
|
- type: IPAddress
|
|
value: 1.1.1.1
|
|
conditions:
|
|
- lastTransitionTime: fake
|
|
message: Resource accepted
|
|
reason: Accepted
|
|
status: "True"
|
|
type: Accepted
|
|
- lastTransitionTime: fake
|
|
message: This Gateway is remote; Istio will not program it
|
|
reason: Programmed
|
|
status: "True"
|
|
type: Programmed
|
|
---
|
|
apiVersion: gateway.networking.k8s.io/v1alpha2
|
|
kind: TLSRoute
|
|
metadata:
|
|
name: eastwestgateway-grpc
|
|
namespace: istio-system
|
|
spec: null
|
|
status:
|
|
parents: []
|
|
---
|
|
apiVersion: gateway.networking.k8s.io/v1alpha2
|
|
kind: TLSRoute
|
|
metadata:
|
|
name: eastwestgateway-webhook
|
|
namespace: istio-system
|
|
spec: null
|
|
status:
|
|
parents: []
|
|
---
|