func Test_syncNode(t *testing.T) { … } func Test_reconcileNodeLabels(t *testing.T) { … } // Tests that node address changes are detected correctly func TestNodeAddressesChangeDetected(t *testing.T) { … } // Test updateNodeAddress with instanceV2, same test case with TestNodeAddressesNotUpdate. func TestNodeAddressesNotUpdateV2(t *testing.T) { … } // This test checks that a node with the external cloud provider taint is cloudprovider initialized and // and node addresses will not be updated when node isn't present according to the cloudprovider func TestNodeAddressesNotUpdate(t *testing.T) { … } func TestGetInstanceMetadata(t *testing.T) { … } func TestUpdateNodeStatus(t *testing.T) { … }