Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 147 for exit_node (0.59 sec)

  1. tools/istio-iptables/pkg/dependencies/implementation.go

    	ee, ok := err.(*exec.ExitError)
    	if !ok {
    		// Not common, but can happen if file not found error, etc
    		return err.Error()
    	}
    	exitcode := ee.ExitCode()
    	if errtypeStr, ok := exittypeToString[XTablesExittype(exitcode)]; ok {
    		// The original stderr is something like:
    		// `prog_name + prog_vers: error hints`
    		// `(optional) try help information`.
    		// e.g.,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 19:54:50 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/testFixtures/groovy/org/gradle/containers/GradleContainerExecuter.groovy

            def containerResult = container.execute(["/gradle-under-test/bin/gradle", *invocation.args] as String[])
            def result
            if (containerResult.exitCode == 0) {
                result = OutputScrapingExecutionResult.from(containerResult.stdOut, containerResult.stdErr)
            } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3K bytes
    - Viewed (0)
  3. src/cmd/gofmt/gofmt.go

    func (r *reporter) Report(err error) {
    	if err == nil {
    		panic("Report with nil error")
    	}
    	st := r.getState()
    	scanner.PrintError(st.err, err)
    	st.exitCode = 2
    }
    
    func (r *reporter) ExitCode() int {
    	return r.getState().exitCode
    }
    
    // If info == nil, we are formatting stdin instead of a file.
    // If in == nil, the source is the contents of the file with the given filename.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 19:41:17 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  4. cmd/kubeadm/test/cmd/init_test.go

    			name: "feature gate PublicKeysECDSA=true",
    			args: "--feature-gates=PublicKeysECDSA=true",
    		},
    	}
    
    	for _, rt := range initTest {
    		t.Run(rt.name, func(t *testing.T) {
    			_, _, exitcode, err := runKubeadmInit(t, rt.args)
    			if exitcode == PanicExitcode {
    				t.Fatalf(dedent.Dedent(`
    							CmdInitFeatureGates test case %q failed with an error: %v
    							command 'kubeadm init %s'
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 18 01:03:09 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  5. pkg/kubelet/kuberuntime/kuberuntime_manager_test.go

    				status.ContainerStatuses[0].State = kubecontainer.ContainerStateExited
    				status.ContainerStatuses[0].ExitCode = 0
    
    				// The second container exited with failure, restart it,
    				status.ContainerStatuses[1].State = kubecontainer.ContainerStateExited
    				status.ContainerStatuses[1].ExitCode = 111
    			},
    			actions: podActions{
    				SandboxID:         baseStatus.SandboxStatuses[0].Id,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 96K bytes
    - Viewed (0)
  6. pkg/kubelet/kuberuntime/helpers_test.go

    		},
    		{
    			status: &kubecontainer.Status{
    				Reason:   "OOMKilled",
    				ExitCode: 0,
    			},
    			isFailed:    true,
    			description: "Init container which reason is OOMKilled should return true",
    		},
    		{
    			status: &kubecontainer.Status{
    				State:    kubecontainer.ContainerStateExited,
    				ExitCode: 0,
    			},
    			isFailed:    false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/util/remotecommand/constants.go

    	// adds support for a CLOSE signal.
    	StreamProtocolV5Name = "v5.channel.k8s.io"
    
    	NonZeroExitCodeReason = metav1.StatusReason("NonZeroExitCode")
    	ExitCodeCauseType     = metav1.CauseType("ExitCode")
    
    	// RemoteCommand stream identifiers. The first three identifiers (for STDIN,
    	// STDOUT, STDERR) are the same as their file descriptors.
    	StreamStdIn  = 0
    	StreamStdOut = 1
    	StreamStdErr = 2
    	StreamErr    = 3
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 05 18:37:18 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/util/managedfields/pod.yaml

        image: some-image-name
        imageID: docker-pullable://some-image-id
        lastState:
          terminated:
            containerID: docker://d57290f9e00fad626b20d2dd87a3cf69bbc22edae07985374f86a8b2b4e39565
            exitCode: 255
            finishedAt: '2019-07-08T09:39:09Z'
            reason: Error
            startedAt: '2019-07-08T09:38:54Z'
        name: name
        ready: true
        restartCount: 6
        state:
          running:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/pod.yaml

        image: some-image-name
        imageID: docker-pullable://some-image-id
        lastState:
          terminated:
            containerID: docker://d57290f9e00fad626b20d2dd87a3cf69bbc22edae07985374f86a8b2b4e39565
            exitCode: 255
            finishedAt: '2019-07-08T09:39:09Z'
            reason: Error
            startedAt: '2019-07-08T09:38:54Z'
        name: name
        ready: true
        restartCount: 6
        state:
          running:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 25 19:51:58 UTC 2019
    - 2.8K bytes
    - Viewed (0)
  10. tests/integration/pilot/cni_race_test.go

    		for _, p := range pods.Items {
    			for _, container := range p.Status.InitContainerStatuses {
    				if state := container.LastTerminationState.Terminated; state != nil && state.ExitCode ==
    					constants.ValidationErrorCode {
    					return nil
    				}
    			}
    		}
    		return fmt.Errorf("cannot find any pod with wanted exit code %v", constants.ValidationErrorCode)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 16:52:52 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top