# Functions
BuildVirtualWorkspace builds two virtual workspaces, SyncerVirtualWorkspace and UpsyncerVirtualWorkspace by instantiating a DynamicVirtualWorkspace which, combined with a ForwardingREST REST storage implementation, serves a SyncTargetAPI list maintained by the APIReconciler controller.
NewSyncerRestProvider returns a forwarding storage build function, with an optional storage wrapper e.g.
NewUpSyncerRestProvider returns a forwarding storage build function, with an optional storage wrapper e.g.
# Constants
SyncerVirtualWorkspaceName holds the name of the virtual workspace for the syncer, used to sync resources from upstream to downstream.
UpsyncerVirtualWorkspaceName holds the name of the virtual workspace for the upsyncer, used to sync resources from downstream to upstream.
# Type aliases
No description provided by the author