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
For convenience when navigating a topology to find or list resources, the Topology struct, as well as the collection type, could implement a more widely known Client interface for reading resources otherwise from the API server.
For convenience when navigating a topology to find or list resources, the
Topology
struct, as well as thecollection
type, could implement a more widely known Client interface for reading resources otherwise from the API server.controller-runtime's
Reader
can be a good candidate for this. client-go'sResourceInterface
andNamespaceableResourceInterface
can be alternatives although these are less specific.This capability would be especially useful to adapting existing logic to work with the Policy Machinery.
Suggested by @philbrookes
The text was updated successfully, but these errors were encountered: