Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for lastHeartbeatTime (0.35 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. staging/src/k8s.io/api/testdata/HEAD/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: Wed Mar 13 23:06:39 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.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: Fri Dec 15 04:12:07 UTC 2023
    - 2.8K bytes
    - Viewed (0)
Back to top