kubernetes/cmd/kubeadm/app/phases/patchnode/patchnode.go

// AnnotateCRISocket annotates the node with the given crisocket
func AnnotateCRISocket(client clientset.Interface, nodeName string, criSocket string) error {}

func annotateNodeWithCRISocket(n *v1.Node, criSocket string) {}