# Functions
FilterByValue filters a key value map by value using a function.
FromUnstructured converts an unstructured object into a concrete type.
NewCoreV1Graph creates a new CoreV1Graph.
NewGraph returns a new initialized a Graph.
NewNetworkingV1Graph creates a new NetworkingV1Graph.
NewRouteV1Graph creates a new RouteV1Graph.
ToUID converts all params to MD5 and returns this as types.UID.
# Constants
DefaultNodeNameLimit represents the default limit to truncate the node name to N characters.
# Structs
CoreV1Graph is used to graph all core resources.
Graph stores nodes and relationships between them.
NetworkingV1Graph is used to graph all networking resources.
Node represents a node in the graph.
Options represents attributes to configure the graph.
Relationship represents a relationship between nodes in the graph.
RouteV1Graph is used to graph all routing resources.