Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 1,029 for JOIN (0.04 sec)

  1. cmd/kubeadm/app/phases/controlplane/manifests.go

    		{Name: "tls-cert-file", Value: filepath.Join(cfg.CertificatesDir, kubeadmconstants.APIServerCertName)},
    		{Name: "tls-private-key-file", Value: filepath.Join(cfg.CertificatesDir, kubeadmconstants.APIServerKeyName)},
    		{Name: "kubelet-client-certificate", Value: filepath.Join(cfg.CertificatesDir, kubeadmconstants.APIServerKubeletClientCertName)},
    		{Name: "kubelet-client-key", Value: filepath.Join(cfg.CertificatesDir, kubeadmconstants.APIServerKubeletClientKeyName)},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 14:43:47 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  2. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/generator/FileContentGenerator.groovy

                }
                body += """
                <dependencies>
                    ${config.externalApiDependencies.values().collect { convertToPomDependency(it) }.join("")}
                    ${config.externalImplementationDependencies.values().collect { convertToPomDependency(it) }.join("")}
                    ${convertToPomDependency('junit:junit:4.13', 'test')}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  3. pkg/volume/flexvolume/probe_test.go

    	assert.Equal(t, 0, len(events))
    
    	// Call probe after a file is added. Should return 1 event.
    
    	// add driver
    	const driverName2 = "fake-driver2"
    	driverPath := filepath.Join(pluginDir, driverName2)
    	executablePath := filepath.Join(driverPath, driverName2)
    	installDriver(driverName2, fs)
    	watcher.TriggerEvent(fsnotify.Create, driverPath)
    	watcher.TriggerEvent(fsnotify.Create, executablePath)
    
    	// Act
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 28 11:14:00 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  4. src/os/removeall_test.go

    	t.Parallel()
    
    	tmpDir := t.TempDir()
    	if err := RemoveAll(""); err != nil {
    		t.Errorf("RemoveAll(\"\"): %v; want nil", err)
    	}
    
    	file := filepath.Join(tmpDir, "file")
    	path := filepath.Join(tmpDir, "_TestRemoveAll_")
    	fpath := filepath.Join(path, "file")
    	dpath := filepath.Join(path, "dir")
    
    	// Make a regular file and remove
    	fd, err := Create(file)
    	if err != nil {
    		t.Fatalf("create %q: %s", file, err)
    	}
    	fd.Close()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:21:29 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  5. 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)
  6. pkg/kubelet/volumemanager/reconciler/reconstruct_test.go

    	}{
    		{
    			name: "when two pods are using same volume and both are deleted",
    			volumePaths: []string{
    				filepath.Join("pod1", "volumes", "fake-plugin", "pvc-abcdef"),
    				filepath.Join("pod2", "volumes", "fake-plugin", "pvc-abcdef"),
    			},
    			expectedVolumesNeedDevicePath:       []string{"fake-plugin/pvc-abcdef", "fake-plugin/pvc-abcdef"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  7. pkg/kubelet/logs/container_log_manager_test.go

    		"test-log.20180101-000000",
    		"test-log",
    	}
    	for i := range testLogs {
    		f, err := os.Create(filepath.Join(dir, testLogs[i]))
    		require.NoError(t, err)
    		f.Close()
    	}
    	got, err := GetAllLogs(filepath.Join(dir, "test-log"))
    	assert.NoError(t, err)
    	for i := range expectLogs {
    		expectLogs[i] = filepath.Join(dir, expectLogs[i])
    	}
    	assert.Equal(t, expectLogs, got)
    }
    
    func TestRotateLogs(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/phases/copycerts/copycerts.go

    		kubeadmconstants.CACertName:                   filepath.Join(certsDir, kubeadmconstants.CACertName),
    		kubeadmconstants.CAKeyName:                    filepath.Join(certsDir, kubeadmconstants.CAKeyName),
    		kubeadmconstants.FrontProxyCACertName:         filepath.Join(certsDir, kubeadmconstants.FrontProxyCACertName),
    		kubeadmconstants.FrontProxyCAKeyName:          filepath.Join(certsDir, kubeadmconstants.FrontProxyCAKeyName),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 01 00:15:30 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  9. misc/go_android_exec/main.go

    		return 0, err
    	}
    	var deviceCwd string
    	if isStd {
    		// Note that we use path.Join here instead of filepath.Join:
    		// The device paths should be slash-separated even if the go_android_exec
    		// wrapper itself is compiled for Windows.
    		deviceCwd = path.Join(deviceGoroot, "src", importPath)
    	} else {
    		deviceCwd = path.Join(deviceGopath, "src", importPath)
    		if modDir != "" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 21 17:46:57 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  10. guava/src/com/google/common/base/Joiner.java

       */
      public final String join(Iterable<? extends @Nullable Object> parts) {
        return join(parts.iterator());
      }
    
      /**
       * Returns a string containing the string representation of each of {@code parts}, using the
       * previously configured separator between each.
       *
       * @since 11.0
       */
      public final String join(Iterator<? extends @Nullable Object> parts) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Dec 15 19:31:54 UTC 2023
    - 18.6K bytes
    - Viewed (0)
Back to top