Use reflectors for Agones provider API #532
Labels
area/performance
Anything to do with Quilkin being slow, or making it go faster.
area/xds
Related to Envoy xDS
help wanted
Extra attention is needed
kind/feature
New feature or request
Currently the Agones provider always directly accesses kubernete's API, to reduce the number of accesses we should use
kube::runtime::reflector
to cache values instead, and update the version when a new version is created.The text was updated successfully, but these errors were encountered: