service

package
v0.0.0-...-52063fc Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2021 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

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

Controller is responsible for synchronizing service objects.

func NewController

func NewController(
	clusterName string,
	getter v1.ServicesGetter,
	informer coreinformers.ServiceInformer,
	syncService func(context.Context, string, *corev1.Service) error,
	deleteService func(context.Context, string, string) error,
) *Controller

NewController creates a new service controller

func (*Controller) Run

func (c *Controller) Run(workers int, stopCh <-chan struct{})

Run begins watching and syncing.

Jump to

Keyboard shortcuts

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