We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709c44a commit b1eff3dCopy full SHA for b1eff3d
pkg/server/server.go
@@ -75,7 +75,11 @@ type Server struct {
75
Apis *controlplaneapiserver.Server
76
MiniAggregator *miniaggregator.MiniAggregatorServer
77
virtual *virtualrootapiserver.Server
78
- DynRESTMapper *dynamicrestmapper.DynamicRESTMapper
+ // DynRESTMapper is a workspace-aware REST mapper, backed by a reconciler,
79
+ // which dynamically loads all bound resources through every type associated
80
+ // with an APIBinding in the workspace into the mapper. Another controller can
81
+ // use this to resolve the Kind/Resource of the objects.
82
+ DynRESTMapper *dynamicrestmapper.DynamicRESTMapper
83
84
syncedCh chan struct{}
85
rootPhase1FinishedCh chan struct{}
0 commit comments