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, clusterName string, clusterCIDR *net.IPNet) *RouteController
func (*RouteController) Run ¶
func (rc *RouteController) Run(syncPeriod time.Duration)
Source Files ¶
doc.go routecontroller.go
- Version
- v1.4.9
- Published
- Feb 15, 2017
- Platform
- js/wasm
- Imports
- 13 packages
- Last checked
- 34 seconds ago –
Tools for package owners.