Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for processDest (1.72 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "format": "int64",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    //
    // specifies that the command "foo" represents the generator
    // "go tool foo".
    //
    // Generate processes packages in the order given on the command line,
    // one at a time. If the command line lists .go files from a single directory,
    // they are treated as a single package. Within a package, generate processes the
    // source files in a package in file name order, one at a time. Within
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. src/net/http/server.go

    // rstAvoidanceDelay is the amount of time we sleep after closing the
    // write side of a TCP connection before closing the entire socket.
    // By sleeping, we increase the chances that the client sees our FIN
    // and processes its final data before they process the subsequent RST
    // from closing a connection with known unread data.
    // This RST seems to occur mostly on BSD systems. (And Windows?)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    nsumer(); public void consumeLine(String); public String getOutput(); } org/codehaus/plexus/util/cli/CommandLineUtils.class package org.codehaus.plexus.util.cli; public abstract synchronized class CommandLineUtils { private static java.util.Map processes; public void CommandLineUtils(); public static int executeCommandLine(Commandline, StreamConsumer, StreamConsumer) throws CommandLineException; public static int executeCommandLine(Commandline, java.io.InputStream, StreamConsumer, StreamConsumer)...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 200.2K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet_pods.go

    			}
    			continue
    		}
    		klog.V(3).InfoS("Orphaned pod found, removing pod cgroups", "podUID", uid)
    		// Destroy all cgroups of pod that should not be running,
    		// by first killing all the attached processes to these cgroups.
    		// We ignore errors thrown by the method, as the housekeeping loop would
    		// again try to delete these unwanted pod cgroups
    		go pcm.Destroy(val)
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    nsumer(); public void consumeLine(String); public String getOutput(); } org/codehaus/plexus/util/cli/CommandLineUtils.class package org.codehaus.plexus.util.cli; public abstract synchronized class CommandLineUtils { private static java.util.Map processes; public void CommandLineUtils(); public static int executeCommandLine(Commandline, StreamConsumer, StreamConsumer) throws CommandLineException; public static int executeCommandLine(Commandline, java.io.InputStream, StreamConsumer, StreamConsumer)...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 200.2K bytes
    - Viewed (0)
  7. pkg/controller/daemon/daemon_controller_test.go

    	oldDS, err = client.AppsV1().DaemonSets(oldDS.Namespace).Create(context.Background(), oldDS, metav1.CreateOptions{})
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	// create of DS adds to queue, processes
    	waitForQueueLength(1, "created DS")
    	ok := dsc.processNextWorkItem(context.TODO())
    	if !ok {
    		t.Fatal("queue is shutting down")
    	}
    
    	err = validateSyncDaemonSets(manager, fakePodControl, 1, 0, 0)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.5.md

    *...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  9. cluster/gce/gci/configure-helper.sh

      fi
      iptables -w -t mangle -I OUTPUT -s 169.254.169.254 -j DROP
    
      # Log all metadata access not from approved processes.
      case "${METADATA_SERVER_FIREWALL_MODE:-off}" in
        log)
          echo "Installing metadata firewall logging rules"
          gce-metadata-fw-helper -I LOG "MetadataServerFirewallReject" !
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  10. pkg/kubelet/kubelet.go

    // SyncTerminatingRuntimePod is expected to terminate running containers in a pod that we have no
    // configuration for. Once this method returns without error, any remaining local state can be safely
    // cleaned up by background processes in each subsystem. Unlike syncTerminatingPod, we lack
    // knowledge of the full pod spec and so cannot perform lifecycle related operations, only ensure
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
Back to top