Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tn (0.01 sec)

  1. pkg/controller/disruption/disruption_test.go

    			apiResources: []metav1.APIResource{
    				{
    					Kind: customGVK.Kind,
    					Name: resourceName,
    				},
    			},
    			expectError: true,
    		},
    	}
    
    	for tn, tc := range testCases {
    		t.Run(tn, func(t *testing.T) {
    			customResourceUID := uuid.NewUUID()
    
    			_, ctx := ktesting.NewTestContext(t)
    			dc, _ := newFakeDisruptionController(ctx)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 50K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

    			un, isUnCast := st.unqualifiedName(module)
    			next = un
    			module = nil
    			if isUnCast {
    				if tn, ok := un.(*TaggedName); ok {
    					un = tn.Name
    				}
    				cast = un.(*Cast)
    			}
    		} else {
    			switch st.str[0] {
    			case 'C':
    				inheriting := false
    				st.advance(1)
    				if len(st.str) > 0 && st.str[0] == 'I' {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 94.1K bytes
    - Viewed (0)
Back to top