Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConfigErrorReason (0.3 sec)

  1. pilot/pkg/config/kube/gateway/conditions.go

    	InvalidDestinationPermit ConfigErrorReason = ConfigErrorReason(k8s.RouteReasonRefNotPermitted)
    	// InvalidDestinationKind indicates an issue with the destination kind
    	InvalidDestinationKind ConfigErrorReason = ConfigErrorReason(k8s.RouteReasonInvalidKind)
    	// InvalidDestinationNotFound indicates a destination does not exist
    	InvalidDestinationNotFound ConfigErrorReason = ConfigErrorReason(k8s.RouteReasonBackendNotFound)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 13:05:41 UTC 2024
    - 14.4K bytes
    - Viewed (0)
Back to top