Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for bar_foo (0.14 sec)

  1. platforms/core-configuration/declarative-dsl-provider/src/integTest/groovy/org/gradle/internal/declarativedsl/settings/SoftwareTypeConventionIntegrationTest.groovy

                    testCase: "implementation has multiple conventions and is set",
                    convention: implementation("foo:bar:1.0", "baz:buzz:2.0"),
                    buildConfiguration: implementation("buzz:baz:1.0", "bar:foo:2.0"),
                    expectedConfigurations: [
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 12:50:35 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    		},
    		{
    			name:   "test List with filter returning only one item, ensure only a single page returned",
    			prefix: "/pods",
    			pred: storage.SelectionPredicate{
    				Field: fields.OneTermEqualSelector("metadata.name", "barfoo"),
    				Label: labels.Everything(),
    				Limit: 1,
    			},
    			expectedOut:    []example.Pod{*preset[3]},
    			expectContinue: true,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
  3. security/pkg/server/ca/authenticate/oidc_test.go

    	}
    	// Create a JWT token with invalid subject, which is not prefixed with "system:serviceaccount"
    	claimsWrongSubject := `{"iss": "` + server.URL + `", "aud": ["baz.svc.id.goog"], "sub": "bar:foo", "exp": ` + expStr + `}`
    	tokenInvalidSubject, err := generateJWT(&key, []byte(claimsWrongSubject))
    	if err != nil {
    		t.Fatalf("failed to generate JWT: %v", err)
    	}
    
    	tests := map[string]struct {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/webhook_v1_test.go

      name: foobar
    - cluster:
        certificate-authority: {{ .CA }}
        server: https://authz.example.com
      name: barfoo
    users:
    - name: a name
      user:
        client-certificate: {{ .Cert }}
        client-key: {{ .Key }}
    contexts:
    - name: default
      context:
        cluster: barfoo
        user: a name
    current-context: default
    `,
    			wantErr: false,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  5. platforms/core-execution/workers/src/integTest/groovy/org/gradle/workers/internal/WorkerExecutorIntegrationTest.groovy

                    }
                }
    
                task jarFoo(type: Jar) {
                    archiveBaseName = 'foo'
                    from 'foo.txt'
                }
    
                task runInWorker(type: WorkerTask) {
                    isolationMode = '${isolationMode}'
                    workActionClass = ResourceWorkAction
                    additionalClasspath = tasks.jarFoo.outputs.files
                    dependsOn jarFoo
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 13:00:39 UTC 2024
    - 31K bytes
    - Viewed (0)
  6. pkg/controller/replicaset/replica_set_test.go

    	testRSSpec2 := *testRSSpec1
    	labelMap2 := map[string]string{"bar": "foo"}
    	testRSSpec2.Spec.Selector = &metav1.LabelSelector{MatchLabels: labelMap2}
    	testRSSpec2.Name = "barfoo"
    	informers.Apps().V1().ReplicaSets().Informer().GetIndexer().Add(&testRSSpec2)
    
    	isController := true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 69.2K bytes
    - Viewed (0)
Back to top