Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for Qux (0.08 sec)

  1. cmd/import-boss/main_test.go

    		expect string
    	}{{
    		input: &packages.Package{
    			PkgPath:      "example.com/foo/bar/qux",
    			GoFiles:      []string{"/src/prj/file.go"},
    			IgnoredFiles: []string{"/otherdir/file.go"},
    		},
    		expect: filepath.Clean("/src/prj"),
    	}, {
    		input: &packages.Package{
    			PkgPath:      "example.com/foo/bar/qux",
    			IgnoredFiles: []string{"/src/prj/file.go"},
    		},
    		expect: filepath.Clean("/src/prj"),
    	}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 12:36:49 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/apis/kubeadm/fuzzer/fuzzer.go

    	obj.CertificatesDir = "foo"
    	obj.ClusterName = "bar"
    	obj.ImageRepository = "baz"
    	obj.CIImageRepository = "" // This fields doesn't exists in public API >> using default to get the roundtrip test pass
    	obj.KubernetesVersion = "qux"
    	obj.CIKubernetesVersion = "" // This fields doesn't exists in public API >> using default to get the roundtrip test pass
    	obj.APIServer.TimeoutForControlPlane = &metav1.Duration{
    		Duration: 0,
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 13 06:41:07 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  3. pkg/kubelet/kuberuntime/kuberuntime_sandbox_linux_test.go

    	expectedLinuxPodSandboxConfig := &runtimeapi.LinuxPodSandboxConfig{
    		SecurityContext: &runtimeapi.LinuxSandboxSecurityContext{
    			SelinuxOptions: &runtimeapi.SELinuxOption{
    				User: "qux",
    			},
    			RunAsUser:  &runtimeapi.Int64Value{Value: 1000},
    			RunAsGroup: &runtimeapi.Int64Value{Value: 10},
    		},
    	}
    
    	podSandboxConfig, err := m.generatePodSandboxConfig(pod, 1)
    	assert.NoError(t, err)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 8K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/phases/controlplane/volumes_test.go

    			Name:      "foo-0",
    			HostPath:  "/tmp/qux-0",
    			MountPath: "/tmp/qux-0",
    			ReadOnly:  true,
    			PathType:  v1.HostPathFile,
    		},
    		{
    			Name:      "bar-0",
    			HostPath:  "/tmp/asd-0",
    			MountPath: "/tmp/asd-0",
    			ReadOnly:  false,
    			PathType:  v1.HostPathDirectory,
    		},
    		{
    			Name:      "foo-1",
    			HostPath:  "/tmp/qux-1",
    			MountPath: "/tmp/qux-1",
    			ReadOnly:  true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 09:33:18 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  5. pkg/log/default_test.go

    		Configure(DefaultOptions())
    		funcs.Store(funcs.Load().(patchTable))
    		WithLabels("foo", "bar").WithLabels("baz", 123, "qux", 0.123).Error("Hello")
    
    		_ = Sync()
    	})
    	if err != nil {
    		t.Errorf("Got error '%v', expected success", err)
    	}
    
    	mustRegexMatchString(t, lines[0], `Hello	foo=bar baz=123 qux=0.123`)
    }
    
    func TestLogWithTime(t *testing.T) {
    	getLogTime := func(t *testing.T, line string) time.Time {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 26 20:38:10 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    				"uid": "1234",
    				"foo": "bar",
    				"bar": [
    					"baz",
    					"qux"
    				]
    			}`, valid.Unix()),
    			want: &user.DefaultInfo{
    				Name:   "jane",
    				Groups: []string{"team1", "team2"},
    				UID:    "1234",
    				Extra: map[string][]string{
    					"example.org/foo": {"bar"},
    					"example.org/bar": {"baz", "qux"},
    				},
    			},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/provider/AbstractProperty.java

         *     def copy = property.shallowCopy()
         *     property.set("bar")  // does not affect contents of the copy
         *     upstream.set("qux")  // does affect the content of the copy
         *
         *     println(copy.get())  // prints qux
         * </pre>
         * <p>
         * The copy doesn't share the producer of this property, but inherits producers of the current property value.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:54 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  8. src/net/http/cookiejar/jar_test.go

    		[]string{
    			"A=a; path=/foo/bar",
    			"X=x; path=/foo/bar",
    			"Y=y; path=/foo/bar/baz/qux",
    			"B=b; path=/foo/bar/baz/qux",
    			"C=c; path=/foo/bar/baz",
    			"W=w; path=/foo/bar/baz",
    			"Z=z; path=/foo",
    			"D=d; path=/foo"},
    		"A=a B=b C=c D=d W=w X=x Y=y Z=z",
    		[]query{
    			{"http://www.host.test/foo/bar/baz/qux", "Y=y B=b C=c W=w A=a X=x Z=z D=d"},
    			{"http://www.host.test/foo/bar/baz/", "C=c W=w A=a X=x Z=z D=d"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 34K bytes
    - Viewed (0)
  9. platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/collections/DefaultConfigurableFileCollection.java

         *     def copy = collection.shallowCopy()
         *     collection.from("bar.txt")  // does not affect contents of the copy
         *     innerCollection.from("qux.txt")  // does affect the content of the copy
         *
         *     println(copy.files)  // prints foo.txt, qux.txt
         * </pre>
         * <p>
         * The copy inherits the current set of tasks that build this collection.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 16:06:55 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  10. src/archive/tar/writer_test.go

    	if err != nil {
    		t.Fatalf("os.Stat: %v", err)
    	}
    	contents := strings.Repeat(" ", int(hdr.Size))
    
    	hdr.Xattrs = map[string]string{
    		"foo": "foo",
    		"bar": "bar",
    		"baz": "baz",
    		"qux": "qux",
    	}
    
    	var buf bytes.Buffer
    	writer := NewWriter(&buf)
    	if err := writer.WriteHeader(hdr); err != nil {
    		t.Fatal(err)
    	}
    	if _, err = writer.Write([]byte(contents)); err != nil {
    		t.Fatal(err)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 38.7K bytes
    - Viewed (0)
Back to top