Closed stevenctl closed 5 days ago
this is built on top of #10251
Allows extensions to our core KRT collections, adding arbitrary Upstreams or Endpoints via KRTExtension.
Because these extensions could introduce new backend types, we also need a way to do custom backendRefs.
proxy_syncer
krtcollections
TODO
Issues linked to changelog: https://github.com/solo-io/gloo/pull/10251
this is built on top of #10251
Description
Allows extensions to our core KRT collections, adding arbitrary Upstreams or Endpoints via KRTExtension.
Because these extensions could introduce new backend types, we also need a way to do custom backendRefs.
Code changes
proxy_syncer
intokrtcollections
to avoid cyclic imports.Testing steps
TODO