kubernetesk8s.io/kubernetes/pkg/controller/route Index | Files

package route

import "k8s.io/kubernetes/pkg/controller/route"

Package route contains code for syncing cloud routing rules with the list of registered nodes.

Index

Types

type RouteController

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

func New

func New(routes cloudprovider.Routes, kubeClient clientset.Interface, nodeInformer coreinformers.NodeInformer, clusterName string, clusterCIDRs []*net.IPNet) *RouteController

func (*RouteController) Run

func (rc *RouteController) Run(stopCh <-chan struct{}, syncPeriod time.Duration)

Source Files

doc.go route_controller.go

Version
v1.16.0-alpha.2
Published
Jul 30, 2019
Platform
js/wasm
Imports
25 packages
Last checked
3 minutes ago

Tools for package owners.