You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this codepath is never currently called hence why it has not been an issue, but if we ever start getting snapshots in the ratelimit or extauth translator syncers then this code will panic
this line of code always throws an interface panic https://github.com/solo-io/solo-kit/blob/v0.24.2/pkg/api/v1/control-plane/cache/generic_snapshot.go#L134
we need to fix it so we can test / validate generic snapshot marshalling
resolving this will require updates to the base
Resource
interface and perhaps sweeping changes across codegenThe text was updated successfully, but these errors were encountered: