Documentation ¶
Overview ¶
Package nodes contains graph functions and types for routes
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
RouteNodeKind = reflect.TypeOf(routeapi.Route{}).Name()
)
Functions ¶
func RouteNodeName ¶
func RouteNodeName(o *routeapi.Route) osgraph.UniqueName
Types ¶
type RouteNode ¶
func EnsureRouteNode ¶
func EnsureRouteNode(g osgraph.MutableUniqueGraph, route *routeapi.Route) *RouteNode
EnsureRouteNode adds a graph node for the specific route if it does not exist
Click to show internal directories.
Click to hide internal directories.