service

package
v1.7.3 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2017 License: Apache-2.0 Imports: 33 Imported by: 0

Documentation

Index

Constants

View Source
const (
	UserAgentName = "federation-service-controller"

	ControllerName = "services"
)

Variables

View Source
var (
	RequiredResources = []schema.GroupVersionResource{v1.SchemeGroupVersion.WithResource("services")}
)

Functions

func Equivalent added in v1.7.0

func Equivalent(s1, s2 *v1.Service) bool

Equivalent Checks if cluster-independent, user provided data in two given services are equal. If in the future the services structure is expanded then any field that is not populated by the api server should be included here.

Types

type ServiceController

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

func New

func New(federationClient fedclientset.Interface) *ServiceController

New returns a new service controller to keep service objects between the federation and member clusters in sync.

func (*ServiceController) Run

func (s *ServiceController) Run(workers int, stopCh <-chan struct{})

Run starts informers, delay deliverers and workers. Workers continuously watch for events which could be from federation or federated clusters and tries to reconcile the service objects from federation to federated clusters.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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