package sync

import "k8s.io/kubernetes/federation/pkg/federation-controller/sync"

Index

Functions

func StartFederationSyncController

func StartFederationSyncController(kind string, adapterFactory federatedtypes.AdapterFactory, config *restclient.Config, stopChan <-chan struct{}, minimizeLatency bool)

StartFederationSyncController starts a new sync controller for a type adapter

Types

type FederationSyncController

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

FederationSyncController synchronizes the state of a federated type to clusters that are members of the federation.

func (*FederationSyncController) Run

func (s *FederationSyncController) Run(stopChan <-chan struct{})

Source Files

controller.go

Version
v1.7.5
Published
Aug 31, 2017
Platform
darwin/amd64
Imports
26 packages
Last checked
7 minutes ago

Tools for package owners.