Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownstreamController ¶
type DownstreamController struct {
// contains filtered or unexported fields
}
func NewDownstreamController ¶
func NewDownstreamController( syncerLogger logr.Logger, syncTargetWorkspace logicalcluster.Name, syncTargetName, syncTargetKey string, syncTargetUID types.UID, downstreamConfig *rest.Config, downstreamClient dynamic.Interface, ddsifForDownstream *ddsif.GenericDiscoveringDynamicSharedInformerFactory[cache.SharedIndexInformer, cache.GenericLister, informers.GenericInformer], getShardAccess synctarget.GetShardAccessFunc, dnsNamespace string, namespaceCleanDelay time.Duration, ) (*DownstreamController, error)
func (*DownstreamController) AddToQueue ¶
func (c *DownstreamController) AddToQueue(obj interface{}, logger logr.Logger)
func (*DownstreamController) CancelCleaning ¶
func (c *DownstreamController) CancelCleaning(key string)
func (*DownstreamController) PlanCleaning ¶
func (c *DownstreamController) PlanCleaning(key string)
Click to show internal directories.
Click to hide internal directories.