Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExistingServiceAccounts (0.16 sec)

  1. pkg/controller/serviceaccount/serviceaccounts_controller_test.go

    	testcases := map[string]struct {
    		ExistingNamespace       *v1.Namespace
    		ExistingServiceAccounts []*v1.ServiceAccount
    
    		AddedNamespace        *v1.Namespace
    		UpdatedNamespace      *v1.Namespace
    		DeletedServiceAccount *v1.ServiceAccount
    
    		ExpectCreatedServiceAccounts []string
    	}{
    		"new active namespace missing serviceaccounts": {
    			ExistingServiceAccounts:      []*v1.ServiceAccount{},
    			AddedNamespace:               activeNS,
    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