mirror of
https://github.com/alibaba/higress.git
synced 2026-05-26 21:57:30 +08:00
94 lines
2.3 KiB
Plaintext
94 lines
2.3 KiB
Plaintext
apiVersion: gateway.networking.k8s.io/v1beta1
|
|
kind: GatewayClass
|
|
metadata:
|
|
name: istio
|
|
spec: null
|
|
status:
|
|
conditions:
|
|
- lastTransitionTime: fake
|
|
message: Handled by Istio controller
|
|
reason: Accepted
|
|
status: "True"
|
|
type: Accepted
|
|
---
|
|
apiVersion: gateway.networking.k8s.io/v1beta1
|
|
kind: Gateway
|
|
metadata:
|
|
name: gateway
|
|
namespace: istio-system
|
|
spec: null
|
|
status:
|
|
addresses:
|
|
- type: IPAddress
|
|
value: 1.2.3.4
|
|
conditions:
|
|
- lastTransitionTime: fake
|
|
message: Resource accepted
|
|
reason: Accepted
|
|
status: "True"
|
|
type: Accepted
|
|
- lastTransitionTime: fake
|
|
message: 'Assigned to service(s) example.com:34000, example.com:80, istio-ingressgateway.istio-system.svc.domain.suffix:34000,
|
|
and istio-ingressgateway.istio-system.svc.domain.suffix:80, but failed to assign
|
|
to all requested addresses: hostname "istio-ingressgateway.not-default.svc.domain.suffix"
|
|
not found'
|
|
reason: AddressNotUsable
|
|
status: "False"
|
|
type: Programmed
|
|
listeners:
|
|
- attachedRoutes: 0
|
|
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: http
|
|
supportedKinds:
|
|
- group: gateway.networking.k8s.io
|
|
kind: HTTPRoute
|
|
- group: gateway.networking.k8s.io
|
|
kind: GRPCRoute
|
|
- attachedRoutes: 0
|
|
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: tcp
|
|
supportedKinds:
|
|
- group: gateway.networking.k8s.io
|
|
kind: TCPRoute
|
|
---
|