namespace

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2022 License: Apache-2.0 Imports: 24 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(
	syncTargetWorkspace logicalcluster.Name,
	syncTargetName, syncTargetKey string,
	syncTargetUID types.UID,
	downstreamClient dynamic.Interface,
	upstreamInformers, downstreamInformers dynamicinformer.DynamicSharedInformerFactory,
) (*DownstreamController, error)

func (*DownstreamController) AddToQueue added in v0.9.0

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

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.

type UpstreamController added in v0.9.0

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

func NewUpstreamController added in v0.9.0

func NewUpstreamController(
	syncTargetWorkspace logicalcluster.Name,
	syncTargetName, syncTargetKey string,
	syncTargetUID types.UID,
	downstreamClient dynamic.Interface,
	upstreamInformers, downstreamInformers dynamicinformer.DynamicSharedInformerFactory,
) (*UpstreamController, error)

func (*UpstreamController) AddToQueue added in v0.9.0

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

func (*UpstreamController) Start added in v0.9.0

func (c *UpstreamController) 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