Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDeleteServiceAccountToken (0.21 sec)

  1. pkg/kubelet/token/token_manager_test.go

    			rr := mgr.requiresRefresh(tr)
    			if rr != c.expectRefresh {
    				t.Fatalf("unexpected requiresRefresh result, got: %v, want: %v", rr, c.expectRefresh)
    			}
    		})
    	}
    }
    
    func TestDeleteServiceAccountToken(t *testing.T) {
    	type request struct {
    		name, namespace string
    		tr              authenticationv1.TokenRequest
    		shouldFail      bool
    	}
    
    	cases := []struct {
    		name         string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 04 00:16:47 UTC 2022
    - 16.2K bytes
    - Viewed (0)
Back to top