Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for BarFoo (0.28 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
Back to top