Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExpectCreatedServiceAccounts (0.3 sec)

  1. pkg/controller/serviceaccount/serviceaccounts_controller_test.go

    			t.Errorf("%s: took too long", k)
    		}
    
    		actions := client.Actions()
    		if len(tc.ExpectCreatedServiceAccounts) != len(actions) {
    			t.Errorf("%s: Expected to create accounts %#v. Actual actions were: %#v", k, tc.ExpectCreatedServiceAccounts, actions)
    			continue
    		}
    		for i, expectedName := range tc.ExpectCreatedServiceAccounts {
    			action := actions[i]
    			if !action.Matches("create", "serviceaccounts") {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 03 00:46:06 UTC 2021
    - 7.6K bytes
    - Viewed (0)
Back to top