Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + func AddGraphEventHandlers(graph *Graph, nodes corev1informers.NodeInformer, ...) + func NewAuthorizer(graph *Graph, identifier nodeidentifier.NodeIdentifier, ...) authorizer.Authorizer + type Graph struct + func NewGraph() *Graph + func (g *Graph) AddPV(pv *corev1.PersistentVolume) + func (g *Graph) AddPod(pod *corev1.Pod) + func (g *Graph) AddVolumeAttachment(attachmentName, nodeName string) + func (g *Graph) DeletePV(name string) + func (g *Graph) DeletePod(name, namespace string) + func (g *Graph) DeleteVolumeAttachment(name string) + func (g *Graph) SetNodeConfigMap(nodeName, configMapName, configMapNamespace string) + type NodeAuthorizer struct + func (r *NodeAuthorizer) Authorize(ctx context.Context, attrs authorizer.Attributes) (authorizer.Decision, string, error)