Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 263 for finishedAt (0.14 sec)

  1. pkg/controller/job/backoff_utils_test.go

    								Terminated: &v1.ContainerStateTerminated{FinishedAt: metav1.NewTime(defaultTestTime.Add(-1 * time.Second))},
    							},
    						},
    						{
    							State: v1.ContainerState{
    								Terminated: &v1.ContainerStateTerminated{FinishedAt: metav1.NewTime(defaultTestTime)},
    							},
    						},
    						{
    							State: v1.ContainerState{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 07:46:41 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Pod.yaml

        imageID: imageIDValue
        lastState:
          running:
            startedAt: "2001-01-01T01:01:01Z"
          terminated:
            containerID: containerIDValue
            exitCode: 1
            finishedAt: "2006-01-01T01:01:01Z"
            message: messageValue
            reason: reasonValue
            signal: 2
            startedAt: "2005-01-01T01:01:01Z"
          waiting:
            message: messageValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.yaml

        imageID: imageIDValue
        lastState:
          running:
            startedAt: "2001-01-01T01:01:01Z"
          terminated:
            containerID: containerIDValue
            exitCode: 1
            finishedAt: "2006-01-01T01:01:01Z"
            message: messageValue
            reason: reasonValue
            signal: 2
            startedAt: "2005-01-01T01:01:01Z"
          waiting:
            message: messageValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 33.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.Pod.yaml

        imageID: imageIDValue
        lastState:
          running:
            startedAt: "2001-01-01T01:01:01Z"
          terminated:
            containerID: containerIDValue
            exitCode: 1
            finishedAt: "2006-01-01T01:01:01Z"
            message: messageValue
            reason: reasonValue
            signal: 2
            startedAt: "2005-01-01T01:01:01Z"
          waiting:
            message: messageValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 32.3K bytes
    - Viewed (0)
  5. pkg/kubelet/kuberuntime/kuberuntime_container_test.go

    				Id:         cid.ID,
    				Metadata:   meta,
    				Image:      imageSpec,
    				State:      runtimeapi.ContainerState_CONTAINER_EXITED,
    				CreatedAt:  createdAt,
    				StartedAt:  startedAt,
    				FinishedAt: finishedAt,
    				ExitCode:   int32(121),
    				Reason:     "GotKilled",
    				Message:    "The container was killed",
    			},
    			expected: &kubecontainer.Status{
    				ID:         *cid,
    				Image:      imageSpec.Image,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 28K bytes
    - Viewed (0)
  6. pkg/kubelet/container/runtime.go

    	Name string
    	// Status of the container.
    	State State
    	// Creation time of the container.
    	CreatedAt time.Time
    	// Start time of the container.
    	StartedAt time.Time
    	// Finish time of the container.
    	FinishedAt time.Time
    	// Exit code of the container.
    	ExitCode int
    	// Name of the image, this also includes the tag of the image,
    	// the expected form is "NAME:TAG".
    	Image string
    	// ID of the image.
    	ImageID string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  7. pkg/kubelet/status/status_manager.go

    		return false
    	}
    	// If this is an update completing pod termination then we know the pod termination is finished.
    	if podIsFinished {
    		klog.V(3).InfoS("The pod termination is finished as SyncTerminatedPod completes its execution", "phase", pod.Status.Phase, "localPhase", status.Phase, "pod", klog.KObj(pod), "podUID", pod.UID)
    		return true
    	}
    	return false
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 16:27:19 UTC 2024
    - 44.3K bytes
    - Viewed (0)
  8. subprojects/core/src/test/groovy/org/gradle/api/internal/project/DefaultProjectStateRegistryTest.groovy

                        instant.mutating1
                        thread.blockUntil.finished1
                    }
                    state1.applyToMutableState { p ->
                        assert state1.hasMutableState()
                        instant.mutating2
                        thread.blockUntil.finished2
                    }
                }
                start {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 16:29:26 UTC 2024
    - 24.6K bytes
    - Viewed (0)
  9. subprojects/core/src/test/groovy/org/gradle/internal/operations/notify/BuildOperationNotificationBridgeTest.groovy

            broadcast.finished(d5, new OperationFinishEvent(-1, -1, null, null))
            broadcast.finished(d4, new OperationFinishEvent(-1, -1, null, null))
    
            broadcast.finished(d2, new OperationFinishEvent(-1, -1, null, null))
            broadcast.finished(d1, new OperationFinishEvent(-1, -1, null, null))
    
            then:
            1 * listener.started(_) >> { BuildOperationStartedNotification n ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  10. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildEventsIntegrationTest.groovy

            then:
            outputContains("build A finished")
            outputContains("build B finished")
            outputContains("build C finished")
    
            events(13)
            loggedOncePerBuild("buildListener.buildFinished failure=null", [':buildB'])
            loggedOncePerBuild("gradle.buildFinished failure=null", [':buildB'])
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 15 15:38:24 UTC 2023
    - 17.9K bytes
    - Viewed (0)
Back to top