Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 32 for lastHeartbeatTime (0.27 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/node.yaml

        hugepages-2Mi: "0"
        memory: 15399364Ki
        pods: "110"
      conditions:
      - lastHeartbeatTime: "2019-09-20T19:32:08Z"
        lastTransitionTime: "2019-07-09T16:22:08Z"
        message: containerd is functioning properly
        reason: FrequentContainerdRestart
        status: "False"
        type: FrequentContainerdRestart
      - lastHeartbeatTime: "2019-09-20T19:32:08Z"
        lastTransitionTime: "2019-07-09T16:22:06Z"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  2. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    				Status:             v1.ConditionTrue,
    				LastHeartbeatTime:  metav1.NewTime(fakeNow.Add(timeToPass)),
    				LastTransitionTime: fakeNow,
    			},
    		},
    	}
    	unhealthyNodeNewStatus := v1.NodeStatus{
    		Conditions: []v1.NodeCondition{
    			{
    				Type:   v1.NodeReady,
    				Status: v1.ConditionUnknown,
    				// Node status was updated by nodecontroller timeToPass ago
    				LastHeartbeatTime:  fakeNow,
    				LastTransitionTime: fakeNow,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/managedfields/node.yaml

        hugepages-2Mi: "0"
        memory: 15399364Ki
        pods: "110"
      conditions:
      - lastHeartbeatTime: "2019-09-20T19:32:08Z"
        lastTransitionTime: "2019-07-09T16:22:08Z"
        message: containerd is functioning properly
        reason: FrequentContainerdRestart
        status: "False"
        type: FrequentContainerdRestart
      - lastHeartbeatTime: "2019-09-20T19:32:08Z"
        lastTransitionTime: "2019-07-09T16:22:06Z"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/client-go/applyconfigurations/core/v1/nodecondition.go

    // with apply.
    type NodeConditionApplyConfiguration struct {
    	Type               *v1.NodeConditionType `json:"type,omitempty"`
    	Status             *v1.ConditionStatus   `json:"status,omitempty"`
    	LastHeartbeatTime  *metav1.Time          `json:"lastHeartbeatTime,omitempty"`
    	LastTransitionTime *metav1.Time          `json:"lastTransitionTime,omitempty"`
    	Reason             *string               `json:"reason,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 4K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet_node_status_test.go

    	for _, cond := range updatedNode.Status.Conditions {
    		cond.LastHeartbeatTime = cond.LastHeartbeatTime.Rfc3339Copy()
    		cond.LastTransitionTime = cond.LastTransitionTime.Rfc3339Copy()
    	}
    
    	// Expect LastHeartbeat updated, other things unchanged.
    	for i, cond := range expectedNode.Status.Conditions {
    		expectedNode.Status.Conditions[i].LastHeartbeatTime = metav1.NewTime(cond.LastHeartbeatTime.Time.Add(time.Minute)).Rfc3339Copy()
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  6. pkg/api/testing/node_example.json

                "cpu": "1",
                "memory": "1745152Ki"
            },
            "conditions": [
                {
                    "type": "Ready",
                    "status": "True",
                    "lastHeartbeatTime": "2015-04-22T11:58:17Z",
                    "lastTransitionTime": "2015-04-22T11:49:52Z",
                    "reason": "kubelet is posting ready status"
                }
            ],
            "addresses": [
                {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 25 00:36:50 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.Node.json

        },
        "allocatable": {
          "allocatableKey": "0"
        },
        "phase": "phaseValue",
        "conditions": [
          {
            "type": "typeValue",
            "status": "statusValue",
            "lastHeartbeatTime": "2003-01-01T01:01:01Z",
            "lastTransitionTime": "2004-01-01T01:01:01Z",
            "reason": "reasonValue",
            "message": "messageValue"
          }
        ],
        "addresses": [
          {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/core.v1.Node.yaml

      unschedulable: true
    status:
      addresses:
      - address: addressValue
        type: typeValue
      allocatable:
        allocatableKey: "0"
      capacity:
        capacityKey: "0"
      conditions:
      - lastHeartbeatTime: "2003-01-01T01:01:01Z"
        lastTransitionTime: "2004-01-01T01:01:01Z"
        message: messageValue
        reason: reasonValue
        status: statusValue
        type: typeValue
      config:
        active:
          configMap:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 13 23:06:39 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Node.yaml

      unschedulable: true
    status:
      addresses:
      - address: addressValue
        type: typeValue
      allocatable:
        allocatableKey: "0"
      capacity:
        capacityKey: "0"
      conditions:
      - lastHeartbeatTime: "2003-01-01T01:01:01Z"
        lastTransitionTime: "2004-01-01T01:01:01Z"
        message: messageValue
        reason: reasonValue
        status: statusValue
        type: typeValue
      config:
        active:
          configMap:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Node.json

        },
        "allocatable": {
          "allocatableKey": "0"
        },
        "phase": "phaseValue",
        "conditions": [
          {
            "type": "typeValue",
            "status": "statusValue",
            "lastHeartbeatTime": "2003-01-01T01:01:01Z",
            "lastTransitionTime": "2004-01-01T01:01:01Z",
            "reason": "reasonValue",
            "message": "messageValue"
          }
        ],
        "addresses": [
          {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 4.1K bytes
    - Viewed (0)
Back to top