kubernetes/cmd/kubeadm/app/phases/bootstraptoken/node/tlsbootstrap_test.go

func TestAllowBootstrapTokensToPostCSRs(t *testing.T) {}

func TestAutoApproveNodeBootstrapTokens(t *testing.T) {}

func TestAutoApproveNodeCertificateRotation(t *testing.T) {}

func TestAllowBootstrapTokensToGetNodes(t *testing.T) {}

func newMockClusterRoleBinddingClientForTest(t *testing.T, clusterRoleBinding *rbac.ClusterRoleBinding) *clientsetfake.Clientset {}

func newMockRbacClientForTest(t *testing.T, clusterRole *rbac.ClusterRole, clusterRoleBinding *rbac.ClusterRoleBinding) *clientsetfake.Clientset {}