Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 108 for lastProbeTime (0.32 sec)

  1. staging/src/k8s.io/apiserver/pkg/apis/example/v1/generated.proto

      // More info: http://kubernetes.io/docs/user-guide/pod-states#pod-conditions
      optional string status = 2;
    
      // Last time we probed the condition.
      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastProbeTime = 3;
    
      // Last time the condition transitioned from one status to another.
      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/generated.pb.go

    		return "nil"
    	}
    	s := strings.Join([]string{`&CarpCondition{`,
    		`Type:` + fmt.Sprintf("%v", this.Type) + `,`,
    		`Status:` + fmt.Sprintf("%v", this.Status) + `,`,
    		`LastProbeTime:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.LastProbeTime), "Time", "v1.Time", 1), `&`, ``, 1) + `,`,
    		`LastTransitionTime:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.LastTransitionTime), "Time", "v1.Time", 1), `&`, ``, 1) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 57K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/apis/example/v1/generated.pb.go

    		return "nil"
    	}
    	s := strings.Join([]string{`&PodCondition{`,
    		`Type:` + fmt.Sprintf("%v", this.Type) + `,`,
    		`Status:` + fmt.Sprintf("%v", this.Status) + `,`,
    		`LastProbeTime:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.LastProbeTime), "Time", "v1.Time", 1), `&`, ``, 1) + `,`,
    		`LastTransitionTime:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.LastTransitionTime), "Time", "v1.Time", 1), `&`, ``, 1) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 56.9K bytes
    - Viewed (0)
  4. common-protos/k8s.io/apimachinery/pkg/apis/testapigroup/v1/generated.proto

      // More info: http://kubernetes.io/docs/user-guide/carp-states#carp-conditions
      optional string status = 2;
    
      // Last time we probed the condition.
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastProbeTime = 3;
    
      // Last time the condition transitioned from one status to another.
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/generated.proto

      // More info: http://kubernetes.io/docs/user-guide/carp-states#carp-conditions
      optional string status = 2;
    
      // Last time we probed the condition.
      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastProbeTime = 3;
    
      // Last time the condition transitioned from one status to another.
      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructured_conversion_test.go

    		},
    		Status: testapigroupv1.CarpStatus{
    			Phase: "phase",
    			Conditions: []testapigroupv1.CarpCondition{
    				{
    					Type:               "condition1",
    					Status:             "true",
    					LastProbeTime:      t,
    					LastTransitionTime: t,
    					Reason:             "reason",
    					Message:            "message",
    				},
    			},
    			Message: "message",
    			Reason:  "reason",
    			HostIP:  "1.2.3.4",
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 07 15:19:26 UTC 2020
    - 16.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/batch/v1/types.go

    	Status corev1.ConditionStatus `json:"status" protobuf:"bytes,2,opt,name=status,casttype=k8s.io/api/core/v1.ConditionStatus"`
    	// Last time the condition was checked.
    	// +optional
    	LastProbeTime metav1.Time `json:"lastProbeTime,omitempty" protobuf:"bytes,3,opt,name=lastProbeTime"`
    	// Last time the condition transit from one status to another.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 40.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.StatefulSet.yaml

            allocatedResourceStatusesKey: allocatedResourceStatusesValue
          allocatedResources:
            allocatedResourcesKey: "0"
          capacity:
            capacityKey: "0"
          conditions:
          - lastProbeTime: "2003-01-01T01:01:01Z"
            lastTransitionTime: "2004-01-01T01:01:01Z"
            message: messageValue
            reason: reasonValue
            status: statusValue
            type: typeValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 37.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.json

        "managedBy": "managedByValue"
      },
      "status": {
        "conditions": [
          {
            "type": "typeValue",
            "status": "statusValue",
            "lastProbeTime": "2003-01-01T01:01:01Z",
            "lastTransitionTime": "2004-01-01T01:01:01Z",
            "reason": "reasonValue",
            "message": "messageValue"
          }
        ],
        "startTime": "2002-01-01T01:01:01Z",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.Job.yaml

              volumePath: volumePathValue
      ttlSecondsAfterFinished: 8
    status:
      active: 4
      completedIndexes: completedIndexesValue
      completionTime: "2003-01-01T01:01:01Z"
      conditions:
      - lastProbeTime: "2003-01-01T01:01:01Z"
        lastTransitionTime: "2004-01-01T01:01:01Z"
        message: messageValue
        reason: reasonValue
        status: statusValue
        type: typeValue
      failed: 6
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35.6K bytes
    - Viewed (0)
Back to top