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
Allow GET and LIST requests for custom resources (#145)
Include "group" in the request URL to allow querying custom resources.
Before:
/apis/v2/ciliumendpoints
After:
/apis/cilium.io/v2/ciliumendpoints
Signed-off-by: Will Daly <widaly@microsoft.com>
0 commit comments