Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. staging/src/k8s.io/apimachinery/pkg/api/meta/help_test.go

    					}
    					delete(expectObjectNames, o.GetName())
    				}
    				if len(expectObjectNames) != 0 {
    					t.Fatal("expectObjectNames should be empty")
    				}
    			})
    			t.Run("ExtractListWithAlloc", func(t *testing.T) {
    				expectObjectNames := map[string]struct{}{}
    				for i := 0; i < tc.expectObjectNum; i++ {
    					expectObjectNames[strconv.Itoa(i)] = struct{}{}
    				}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 29 13:40:46 UTC 2023
    - 12.1K bytes
    - Viewed (0)
Back to top