namespace

package
v0.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2023 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DownstreamController added in v0.9.0

type DownstreamController struct {
	// contains filtered or unexported fields
}

func NewDownstreamController added in v0.9.0

func NewDownstreamController(
	syncerLogger logr.Logger,
	syncTargetWorkspace logicalcluster.Name,
	syncTargetName, syncTargetKey string,
	syncTargetUID types.UID,
	downstreamConfig *rest.Config,
	downstreamClient dynamic.Interface,
	ddsifForUpstreamSyncer *ddsif.DiscoveringDynamicSharedInformerFactory,
	ddsifForDownstream *ddsif.GenericDiscoveringDynamicSharedInformerFactory[cache.SharedIndexInformer, cache.GenericLister, informers.GenericInformer],
	dnsNamespace string,
	namespaceCleanDelay time.Duration,
) (*DownstreamController, error)

func (*DownstreamController) AddToQueue added in v0.9.0

func (c *DownstreamController) AddToQueue(obj interface{}, logger logr.Logger)

func (*DownstreamController) CancelCleaning added in v0.10.0

func (c *DownstreamController) CancelCleaning(key string)

func (*DownstreamController) PlanCleaning added in v0.10.0

func (c *DownstreamController) PlanCleaning(key string)

func (*DownstreamController) Start added in v0.9.0

func (c *DownstreamController) Start(ctx context.Context, numThreads int)

Start starts N worker processes processing work items.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL