sync

package
v0.0.0-...-3a55429 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2025 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Overview

Package sync contains a controller that watches the APIExport we manage in kcp. Once the virtual workspace URL for said APIExport is ready, the controller will begin to synchronize resources back and forth between kcp (i.e. all relevant workspaces) and the service cluster.

Index

Constants

View Source
const (
	ControllerName = "syncagent-sync"
)

Variables

This section is empty.

Functions

func Create

func Create(
	ctx context.Context,
	localManager manager.Manager,
	virtualWorkspaceCluster cluster.Cluster,
	pubRes *syncagentv1alpha1.PublishedResource,
	discoveryClient *discovery.Client,
	apiExportName string,
	stateNamespace string,
	agentName string,
	log *zap.SugaredLogger,
	numWorkers int,
) (controller.Controller, error)

Create creates a new controller and importantly does *not* add it to the manager, as this controller is started/stopped by the syncmanager controller instead.

Types

type Reconciler

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

func (*Reconciler) Reconcile

func (r *Reconciler) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)

Jump to

Keyboard shortcuts

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