Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 2,466 for JOIN (0.04 sec)

  1. security/pkg/nodeagent/caclient/providers/citadel/client_test.go

    	t.Helper()
    	cert, err := tls.LoadX509KeyPair(
    		filepath.Join(env.IstioSrc, "./tests/testdata/certs/pilot/cert-chain.pem"),
    		filepath.Join(env.IstioSrc, "./tests/testdata/certs/pilot/key.pem"))
    	if err != nil {
    		t.Fatal(err)
    	}
    	peerCertVerifier := spiffe.NewPeerCertVerifier()
    	if err := peerCertVerifier.AddMappingFromPEM("cluster.local",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 24 21:03:23 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/mod_sum_lookup.txt

    go get ./exist
    grep '^example.com/join v1.1.0 h1:' go.sum
    ! grep '^example.com/join/subpkg' go.sum
    cp go.sum go.list.sum
    go mod tidy
    cmp go.sum go.list.sum
    
    -- go.mod --
    module m
    
    go 1.15
    
    -- noexist/use.go --
    // ignore tags prevents errors in 'go mod tidy'
    // +build ignore
    
    package use
    
    import _ "example.com/join/subpkg/noexist"
    
    -- exist/use.go --
    package use
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 859 bytes
    - Viewed (0)
  3. security/pkg/pki/ra/k8s_ra_test.go

    			rootCertForMeshConfig: path.Join(env.IstioSrc, "samples/certs", "workload-foo-root-certs.pem"),
    			certChain:             path.Join(env.IstioSrc, "samples/certs", "leaf-workload-foo-cert.pem"),
    		},
    		{
    			name:                  "Root cert is specified in mesh config and cert chain contains only intermediate CA(only leaf cert + intermediate CA)",
    			rootCertForMeshConfig: path.Join(env.IstioSrc, "samples/certs", "root-cert.pem"),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 27 00:44:54 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  4. src/cmd/internal/bootstrap_test/experiment_toolid_test.go

    	// Set up GOROOT.
    	goroot := t.TempDir()
    	gorootSrc := filepath.Join(goroot, "src")
    	if err := overlayDir(gorootSrc, filepath.Join(realGoroot, "src")); err != nil {
    		t.Fatal(err)
    	}
    	gorootLib := filepath.Join(goroot, "lib")
    	if err := overlayDir(gorootLib, filepath.Join(realGoroot, "lib")); err != nil {
    		t.Fatal(err)
    	}
    	if err := os.WriteFile(filepath.Join(goroot, "VERSION"), []byte("go1.999"), 0666); err != nil {
    		t.Fatal(err)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 18:47:14 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  5. clause/from.go

    	}
    
    	for _, join := range from.Joins {
    		builder.WriteByte(' ')
    		join.Build(builder)
    	}
    }
    
    // MergeClause merge from clause
    func (from From) MergeClause(clause *Clause) {
    	clause.Expression = from
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jul 15 02:25:10 UTC 2020
    - 630 bytes
    - Viewed (0)
  6. operator/cmd/mesh/profile-dump_test.go

    		},
    	}
    	installPackagePathRegex := regexp.MustCompile("  installPackagePath: .*")
    	for _, tt := range tests {
    		t.Run(tt.desc, func(t *testing.T) {
    			inPath := filepath.Join(testDataDir, "input", tt.desc+".yaml")
    			outPath := filepath.Join(testDataDir, "output", tt.desc+".yaml")
    
    			got, err := runProfileDump(inPath, tt.configPath, snapshotCharts, "")
    			if err != nil {
    				t.Fatal(err)
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jan 20 11:44:25 UTC 2022
    - 3.7K bytes
    - Viewed (0)
  7. src/internal/abi/abi_test.go

    	// Run the assembler and compiler manually.
    	tmpdir := t.TempDir()
    	asmSrc := filepath.Join("testdata", "x.s")
    	goSrc := filepath.Join("testdata", "x.go")
    	symabi := filepath.Join(tmpdir, "symabi")
    	obj := filepath.Join(tmpdir, "x.o")
    
    	// Write an importcfg file for the dependencies of the package.
    	importcfgfile := filepath.Join(tmpdir, "hello.importcfg")
    	testenv.WriteImportcfg(t, importcfgfile, nil, "internal/abi")
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 18:31:05 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/riscv/asm_test.go

    	buf := bytes.NewBuffer(make([]byte, 0, 7000000))
    	genLargeBranch(buf)
    
    	tmpfile := filepath.Join(dir, "x.s")
    	if err := os.WriteFile(tmpfile, buf.Bytes(), 0644); err != nil {
    		t.Fatalf("Failed to write file: %v", err)
    	}
    
    	// Assemble generated file.
    	cmd := testenv.Command(t, testenv.GoToolPath(t), "tool", "asm", "-o", filepath.Join(dir, "x.o"), tmpfile)
    	cmd.Env = append(os.Environ(), "GOARCH=riscv64", "GOOS=linux")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 22 01:50:18 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/cmd/phases/reset/cleanupnode.go

    	}
    
    	filesToClean := []string{
    		filepath.Join(configPathDir, kubeadmconstants.AdminKubeConfigFileName),
    		filepath.Join(configPathDir, kubeadmconstants.SuperAdminKubeConfigFileName),
    		filepath.Join(configPathDir, kubeadmconstants.KubeletKubeConfigFileName),
    		filepath.Join(configPathDir, kubeadmconstants.KubeletBootstrapKubeConfigFileName),
    		filepath.Join(configPathDir, kubeadmconstants.ControllerManagerKubeConfigFileName),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/mod_get_moved.txt

    rm go.mod
    go mod init example.com/foo
    go get example.com/join/subpkg@v1.0.0
    go list -m all
    stdout 'example.com/join/subpkg v1.0.0'
    
    # A 'go get' that simultaneously upgrades away conflicting package definitions is not ambiguous.
    # (A wildcard pattern applies to both packages and modules,
    # because we define wildcard matching to apply after version resolution.)
    go get example.com/join/subpkg/...@v1.1.0
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 1.3K bytes
    - Viewed (0)
Back to top