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, clusterCIDR *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.10.5
- Published
- Jun 19, 2018
- Platform
- js/wasm
- Imports
- 25 packages
- Last checked
- 10 seconds ago –
Tools for package owners.