Documentation ¶ Index ¶ type Node func NewNode(ctx context.Context, clientset *kubernetes.Clientset, nodename string) (Node, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Node ¶ type Node interface { // ListCSIVolumes returns a slice of CSI-volumes that are attached to the // local worker node. ListCSIVolumes(ctx context.Context) ([]volume.CSIVolume, error) } Node can handle requests for the local worker node. func NewNode ¶ func NewNode(ctx context.Context, clientset *kubernetes.Clientset, nodename string) (Node, error) NewNode creates a new Node that represents the local worker node. Source Files ¶ View all Source files node.go Click to show internal directories. Click to hide internal directories.