Uses of Class
org.cdk8s.DependencyVertex
-
-
Uses of DependencyVertex in org.cdk8s
Methods in org.cdk8s that return DependencyVertex Modifier and Type Method Description DependencyVertex
DependencyGraph. getRoot()
Returns the root of the graph.Methods in org.cdk8s that return types with arguments of type DependencyVertex Modifier and Type Method Description List<DependencyVertex>
DependencyVertex. getInbound()
Returns the parents of the vertex (i.e dependants).List<DependencyVertex>
DependencyVertex. getOutbound()
Returns the children of the vertex (i.e dependencies).Methods in org.cdk8s with parameters of type DependencyVertex Modifier and Type Method Description void
DependencyVertex. addChild(DependencyVertex dep)
Adds a vertex as a dependency of the current node.
-