Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 114 for foo6 (0.28 sec)

  1. staging/src/k8s.io/apiserver/pkg/authentication/serviceaccount/util_test.go

    		{Namespace: "foo", Name: "bar", Username: "system:serviceaccount::bar", Expect: false},
    		{Namespace: "foo", Name: "bar", Username: "system:serviceaccount:bar", Expect: false},
    		{Namespace: "foo", Name: "bar", Username: ":bar", Expect: false},
    		{Namespace: "foo", Name: "bar", Username: "foo:bar", Expect: false},
    		{Namespace: "foo", Name: "bar", Username: "", Expect: false},
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 21:15:10 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  2. pkg/api/pod/warnings_test.go

    			Annotations: map[string]string{`foo`: `bar`},
    		},
    		Spec: api.PodSpec{
    			NodeSelector: map[string]string{"foo": "bar", "baz": "quux"},
    			Affinity: &api.Affinity{
    				NodeAffinity: &api.NodeAffinity{
    					RequiredDuringSchedulingIgnoredDuringExecution: &api.NodeSelector{
    						NodeSelectorTerms: []api.NodeSelectorTerm{
    							{MatchExpressions: []api.NodeSelectorRequirement{{Key: `foo`}}},
    						},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 17:51:48 UTC 2024
    - 42.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/test/integration/basic_test.go

    			var gottenNoxuInstance *unstructured.Unstructured
    			if disabledVersions[version2] {
    				gottenNoxuInstance = &unstructured.Unstructured{}
    				gottenNoxuInstance.SetName("foo")
    			} else {
    				gottenNoxuInstance, err = noxuResourceClient2.Get(context.TODO(), "foo", metav1.GetOptions{})
    				if err != nil {
    					t.Fatal(err)
    				}
    			}
    
    			gottenNoxuInstance.Object["updated"] = version2
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 11:35:33 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/AbstractConfigurationAttributesResolveIntegrationTest.groovy

                        doLast {
                            assert files.collect { it.name } == ['b-foo.jar', 'c-foo.jar']
                        }
                    }
                }
                project(':b') {
                    configurations {
                        foo {
                           attributes { $debug } // partial match on `buildType`
                        }
                        bar {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 17:30:11 UTC 2024
    - 64K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/excludes/factories/NormalizingExcludeFactoryTest.groovy

            everything()                       | group("foo")          | group("foo")
            nothing()                          | group("foo")          | nothing()
            group("foo")                       | group("foo")          | group("foo")
            group("foo")                       | module("bar")         | moduleId("foo", "bar")
            groupSet("foo", "foz")             | module("bar")         | moduleIdSet("foo:bar", "foz:bar")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 17K bytes
    - Viewed (0)
  6. pilot/pkg/model/service_test.go

    		{"", "", "", "", 0},
    		{"|||", "", "", "", 0},
    		{"outbound_.8080_.v1_.foo.example.org", TrafficDirectionOutbound, "v1", "foo.example.org", 8080},
    		{"inbound_.8080_.v1_.foo.example.org", TrafficDirectionInbound, "v1", "foo.example.org", 8080},
    	}
    
    	for _, tt := range tests {
    		t.Run(tt.input, func(t *testing.T) {
    			d, s, h, p := ParseSubsetKey(tt.input)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  7. pkg/proxy/servicechangetracker_test.go

    			service: makeTestService("ns2", "external-name", func(svc *v1.Service) {
    				svc.Spec.Type = v1.ServiceTypeExternalName
    				svc.Spec.ClusterIP = "172.16.55.4" // Should be ignored
    				svc.Spec.ExternalName = "foo2.bar.com"
    				svc.Spec.Ports = addTestPort(svc.Spec.Ports, "portz", "UDP", 1235, 5321, 0)
    			}),
    			expected: map[ServicePortName]*BaseServicePortInfo{},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 33.7K bytes
    - Viewed (0)
  8. src/encoding/json/decode_test.go

    	Int64:      6,
    	Uint:       7,
    	Uint8:      8,
    	Uint16:     9,
    	Uint32:     10,
    	Uint64:     11,
    	Uintptr:    12,
    	Float32:    14.1,
    	Float64:    15.1,
    	Foo:        "foo",
    	Foo2:       "foo2",
    	IntStr:     42,
    	UintptrStr: 44,
    	String:     "16",
    	Map: map[string]Small{
    		"17": {Tag: "tag17"},
    		"18": {Tag: "tag18"},
    	},
    	MapP: map[string]*Small{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:40:14 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  9. maven-embedder/src/test/java/org/apache/maven/cli/MavenCliTest.java

                        "-DvalFound=s${foo}i",
                        "-DvalNotFound=s${foz}i",
                        "-DvalRootDirectory=${session.rootDirectory}/.mvn/foo",
                        "-DvalTopDirectory=${session.topDirectory}/pom.xml",
                        "-f",
                        "${session.rootDirectory}/my-child",
                        "prefix:3.0.0:${foo}",
                        "validate"
                    },
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/runtime/converter_test.go

    		},
    		"ca":[
    			{
    				"aa":1,
    				"ab":"11",
    				"ac":true
    			},
    			{
    				"aa":2,
    				"ab":"22",
    				"unknown1": "foo"
    			},
    			{
    				"aa":3,
    				"ab":"33",
    				"unknown2": "foo"
    			}
    		],
    		"ba":{
    			"aa":3,
    			"ab":"33",
    			"ac": true,
    			"unknown3": 26,
    			"unknown4": "foo"
    		},
    		"unknown5": "foo",
    		"bb":"bbb",
    		"bc":{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 11 16:02:13 UTC 2023
    - 22.9K bytes
    - Viewed (0)
Back to top