kubernetesk8s.io/kubernetes/pkg/cloudprovider/servicecontroller Index | Files

package servicecontroller

import "k8s.io/kubernetes/pkg/cloudprovider/servicecontroller"

Package servicecontroller contains code for syncing cloud load balancers with the service registry.

Index

Types

type ServiceController

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

func New

func New(cloud cloudprovider.Interface, kubeClient client.Interface, clusterName string) *ServiceController

New returns a new service controller to keep cloud provider service resources (like external load balancers) in sync with the registry.

func (*ServiceController) Run

func (s *ServiceController) Run(nodeSyncPeriod time.Duration) error

Run starts a background goroutine that watches for changes to services that have (or had) externalLoadBalancers=true and ensures that they have external load balancers created and deleted appropriately. nodeSyncPeriod controls how often we check the cluster's nodes to determine if external load balancers need to be updated to point to a new set.

Source Files

doc.go servicecontroller.go

Version
v0.16.2
Published
May 4, 2015
Platform
js/wasm
Imports
15 packages
Last checked
30 seconds ago

Tools for package owners.