Versions in this module Expand all Collapse all v0 v0.7.3 Oct 17, 2024 v0.7.1 Jun 14, 2024 Changes in this version + func InCluster() bool + type Client struct + K8s *kubernetes.Clientset + func NewClient(inCluster bool) (Client, error) + type Graph struct + func (g *Graph) AddEdge(u, v *Node, val int) + func (g *Graph) AddNode(n *Node) + func (g *Graph) DeleteNode(n *Node) *Graph + func (g *Graph) DeleteNodes(nodes []*Node) *Graph + func (g *Graph) MaxValCount(x int) (int, []string) + func (g *Graph) SelectNodes(nodes []*Node) *Graph + func (g *Graph) String() string + type Node struct + Name string + func (n *Node) String() string