kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/taint/taint_test.go

func generateNodeAndTaintedNode(oldTaints []corev1.Taint, newTaints []corev1.Taint) (*corev1.Node, *corev1.Node) {}

func equalTaints(taintsA, taintsB []corev1.Taint) bool {}

func TestTaint(t *testing.T) {}

func TestValidateFlags(t *testing.T) {}

type MyReq

func (m *MyReq) isFor(method string, path string) bool {}