package routecontroller
import "k8s.io/kubernetes/pkg/controller/route"
Package routecontroller 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 client.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.1.4
- Published
- Jan 8, 2016
- Platform
- windows/amd64
- Imports
- 10 packages
- Last checked
- 5 minutes ago –
Tools for package owners.