mirror of
https://github.com/alibaba/higress.git
synced 2026-05-08 04:17:27 +08:00
22 lines
506 B
Plaintext
22 lines
506 B
Plaintext
apiVersion: gateway.networking.x-k8s.io/v1alpha1
|
|
kind: XBackendTrafficPolicy
|
|
metadata:
|
|
name: lb-policy
|
|
namespace: default
|
|
spec: null
|
|
status:
|
|
ancestors:
|
|
- ancestorRef:
|
|
group: ""
|
|
kind: Service
|
|
name: echo
|
|
conditions:
|
|
- lastTransitionTime: fake
|
|
message: 'Configuration is valid, but Istio does not support the following fields:
|
|
sessionPersistence'
|
|
reason: Accepted
|
|
status: "True"
|
|
type: Accepted
|
|
controllerName: istio.io/mesh-controller
|
|
---
|