Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Workspaces *workspacesoptions.Workspaces Syncer *synceroptions.Syncer APIExport *apiexportoptions.APIExport InitializingWorkspaces *initializingworkspacesoptions.InitializingWorkspaces }
func NewOptions ¶
func NewOptions() *Options
func (*Options) NewVirtualWorkspaces ¶
func (o *Options) NewVirtualWorkspaces( rootPathPrefix string, kubeClusterClient kubernetes.ClusterInterface, dynamicClusterClient dynamic.ClusterInterface, kcpClusterClient kcpclient.ClusterInterface, wildcardKubeInformers kubeinformers.SharedInformerFactory, wildcardApiExtensionsInformers apiextensionsinformers.SharedInformerFactory, wildcardKcpInformers kcpinformer.SharedInformerFactory, ) (extraInformers []rootapiserver.InformerStart, workspaces []framework.VirtualWorkspace, err error)
Click to show internal directories.
Click to hide internal directories.