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.17.2
- Published
- Jan 18, 2020
- Platform
- js/wasm
- Imports
- 23 packages
- Last checked
- 1 minute ago –
Tools for package owners.