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 is just some dummy question related to source code, but i've been searching a while still cannot find the answer. Hope someone with the knowledge can tell it.
The REST implements the Redirector interface , so it can proxy(redirect) requests.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
This is just some dummy question related to source code, but i've been searching a while still cannot find the answer. Hope someone with the knowledge can tell it.
The
REST
implements the Redirector interface , so it can proxy(redirect) requests.karmada/pkg/registry/cluster/storage/storage.go
Lines 107 to 124 in bd5692f
The
ProxyREST
also does some proxy stuff related to proxy, withcluster/proxy
prefix.karmada/pkg/registry/cluster/storage/proxy.go
Lines 41 to 50 in bd5692f
I wonder what's the difference between these two, and when will them be applied ?
Beta Was this translation helpful? Give feedback.
All reactions