kubernetes/cmd/kubeadm/app/util/apiclient/idempotency_test.go

func TestMain(m *testing.M) {}

func TestCreateOrUpdateConfigMap(t *testing.T) {}

func TestCreateOrMutateConfigMap(t *testing.T) {}

func TestCreateOrRetainConfigMap(t *testing.T) {}

func TestCreateOrUpdateSecret(t *testing.T) {}

func TestCreateOrUpdateServiceAccount(t *testing.T) {}

func TestCreateOrUpdateDeployment(t *testing.T) {}

func TestCreateOrRetainDeployment(t *testing.T) {}

func TestCreateOrUpdateDaemonSet(t *testing.T) {}

func TestCreateOrUpdateRole(t *testing.T) {}

func TestCreateOrUpdateRoleBindings(t *testing.T) {}

func TestCreateOrUpdateClusterRole(t *testing.T) {}

func TestCreateOrUpdateClusterRoleBindings(t *testing.T) {}

func TestPatchNodeOnce(t *testing.T) {}

func TestPatchNode(t *testing.T) {}

func TestGetConfigMapWithShortRetry(t *testing.T) {}