Muhammad Waqar
Muhammad Waqar
Your program gives incorrect output. I tried example 2 from http://en.wikipedia.org/wiki/Apriori_algorithm. It displays only 2 rules and all the rules it prints show 1.0 confidence, however it is not so...
*Description*: Envoy Gateway supports custom policy attachments via Extension server (see example [here](https://gateway.envoyproxy.io/latest/tasks/extensibility/extension-server/)). But it is not clear how the status for the policy attachment be updated. Ask of this...
*Description*: Currently Envoy Gateway implements support for the following [BackendReference](https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io%2fv1.BackendObjectReference). - `Service` (support: [Core](https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io%2fv1.BackendObjectReference)) - `ServiceImport` (support: [Experimental](https://gateway-api.sigs.k8s.io/geps/gep-1748/#serviceimport-as-a-backend)) - `Backend` (support: [Envoy Gateway custom](https://gateway.envoyproxy.io/latest/tasks/traffic/backend/)) However, vendors may need to support...
**What type of PR is this?** **What this PR does / why we need it**: this is an initial scaffolding of api changes to support #5307 it introduces a new...