Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckMountedSecrets ¶
func CheckMountedSecrets(g osgraph.Graph, dcNode *deploygraph.DeploymentConfigNode) ([]*kubegraph.SecretNode, []*kubegraph.SecretNode)
CheckMountedSecrets checks to be sure that all the referenced secrets are mountable (by service account) and present (not synthetic)
func DescendentNodesByNodeKind ¶
func DescendentNodesByNodeKind(g osgraph.Graph, visitedNodes graphview.IntSet, node graph.Node, targetNodeKind string, edgeChecker osgraph.EdgeFunc) []graph.Node
DescendentNodesByNodeKind starts at the root navigates down the root. Every edge is checked against the edgeChecker to determine whether or not to follow it. The nodes at the tail end of every chased edge are then checked against the the targetNodeKind. Matches are added to the return and every checked node then has its edges checked: lather, rinse, repeat
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.