Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for foxtrot (0.09 sec)

  1. pkg/controller/garbagecollector/dump_test.go

    			},
    			expectEdges: []dotEdge{
    				{F: types.UID("alpha"), T: types.UID("bravo")},
    				{F: types.UID("alpha"), T: types.UID("charlie")},
    				{F: types.UID("delta"), T: types.UID("foxtrot")},
    				{F: types.UID("foxtrot"), T: types.UID("golf")},
    			},
    		},
    	}
    
    	for _, test := range tests {
    		t.Run(test.name, func(t *testing.T) {
    			actualNodes, actualEdges := toDOTNodesAndEdges(test.uidToNode)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 14 00:05:53 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/endpoints/filters/authentication_test.go

    				"X-Remote-Extra-1-":     {"india", "juliet"},
    				"X-Remote-extra-2-":     {"kilo", "lima"},
    				"X-Remote-extra-2-Key1": {"echo", "foxtrot"},
    				"X-Remote-Extra-2-key2": {"golf", "hotel"},
    				"One":                   {"echo", "foxtrot"},
    				"Two":                   {"golf", "hotel"},
    				"Three-Four":            {"india", "juliet"},
    			},
    			finalHeaders: http.Header{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 20.5K bytes
    - Viewed (0)
  3. pkg/controlplane/controller/clusterauthenticationtrust/cluster_authentication_trust_controller_test.go

    				RequestHeaderGroupHeaders:        headerrequest.StaticStringSlice{"delta"},
    				RequestHeaderExtraHeaderPrefixes: headerrequest.StaticStringSlice{"echo", "foxtrot"},
    				RequestHeaderCA:                  anotherRandomCAProvider,
    				RequestHeaderAllowedNames:        headerrequest.StaticStringSlice{"first", "second"},
    			},
    			expectedConfigMaps: map[string]*corev1.ConfigMap{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 14 00:05:53 UTC 2023
    - 14.6K bytes
    - Viewed (0)
Back to top