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.12.10
- Published
- Jun 30, 2019
- Platform
- js/wasm
- Imports
- 25 packages
- Last checked
- 51 seconds ago –
Tools for package owners.