Documentation ¶
Overview ¶
Package graph contains graph utilities for routes
Index ¶
Constants ¶
View Source
const ( // ExposedThroughRouteEdgeKind is an edge from a route to any object that // is exposed through routes ExposedThroughRouteEdgeKind = "ExposedThroughRoute" )
Variables ¶
This section is empty.
Functions ¶
func AddAllRouteEdges ¶
func AddAllRouteEdges(g osgraph.MutableUniqueGraph)
AddAllRouteEdges adds service edges to all route nodes in the given graph
func AddRouteEdges ¶
func AddRouteEdges(g osgraph.MutableUniqueGraph, node *routegraph.RouteNode)
AddRouteEdges adds an edge that connect a service to a route in the given graph
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package analysis provides functions that analyse routes and setup markers that will be reported by oc status
|
Package analysis provides functions that analyse routes and setup markers that will be reported by oc status |
Package nodes contains graph functions and types for routes
|
Package nodes contains graph functions and types for routes |
Click to show internal directories.
Click to hide internal directories.