Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 37 for lastObservedTime (0.25 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.Event.yaml

      name: nameValue
      namespace: namespaceValue
      resourceVersion: resourceVersionValue
      uid: uidValue
    reportingComponent: reportingComponentValue
    reportingInstance: reportingInstanceValue
    series:
      count: 1
      lastObservedTime: "2002-01-01T01:01:01.000002Z"
    source:
      component: componentValue
      host: hostValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.29.0/events.k8s.io.v1beta1.Event.json

            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "eventTime": "2002-01-01T01:01:01.000002Z",
      "series": {
        "count": 1,
        "lastObservedTime": "2002-01-01T01:01:01.000002Z"
      },
      "reportingController": "reportingControllerValue",
      "reportingInstance": "reportingInstanceValue",
      "action": "actionValue",
      "reason": "reasonValue",
      "regarding": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/events.k8s.io.v1beta1.Event.yaml

      namespace: namespaceValue
      resourceVersion: resourceVersionValue
      uid: uidValue
    reportingController: reportingControllerValue
    reportingInstance: reportingInstanceValue
    series:
      count: 1
      lastObservedTime: "2002-01-01T01:01:01.000002Z"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/events/v1beta1/generated.proto

    message EventSeries {
      // count is the number of occurrences in this series up to the last heartbeat time.
      optional int32 count = 1;
    
      // lastObservedTime is the time when last Event from the series was seen before last heartbeat.
      optional k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime lastObservedTime = 2;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/events/v1beta1/generated.proto

    message EventSeries {
      // count is the number of occurrences in this series up to the last heartbeat time.
      optional int32 count = 1;
    
      // lastObservedTime is the time when last Event from the series was seen before last heartbeat.
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime lastObservedTime = 2;
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/events/v1/generated.proto

    message EventSeries {
      // count is the number of occurrences in this series up to the last heartbeat time.
      optional int32 count = 1;
    
      // lastObservedTime is the time when last Event from the series was seen before last heartbeat.
      optional k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime lastObservedTime = 2;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/events/v1/generated.proto

    message EventSeries {
      // count is the number of occurrences in this series up to the last heartbeat time.
      optional int32 count = 1;
    
      // lastObservedTime is the time when last Event from the series was seen before last heartbeat.
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime lastObservedTime = 2;
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/events/v1beta1/generated.pb.go

    func (this *EventSeries) String() string {
    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&EventSeries{`,
    		`Count:` + fmt.Sprintf("%v", this.Count) + `,`,
    		`LastObservedTime:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.LastObservedTime), "MicroTime", "v1.MicroTime", 1), `&`, ``, 1) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func valueToStringGenerated(v interface{}) string {
    	rv := reflect.ValueOf(v)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 35.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/events/v1/generated.pb.go

    func (this *EventSeries) String() string {
    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&EventSeries{`,
    		`Count:` + fmt.Sprintf("%v", this.Count) + `,`,
    		`LastObservedTime:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.LastObservedTime), "MicroTime", "v1.MicroTime", 1), `&`, ``, 1) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func valueToStringGenerated(v interface{}) string {
    	rv := reflect.ValueOf(v)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 35.6K bytes
    - Viewed (0)
  10. pkg/apis/core/fuzzer/fuzzer.go

    			s.Allocatable = s.Capacity
    		},
    		func(e *core.Event, c fuzz.Continue) {
    			c.FuzzNoCustom(e)
    			e.EventTime = metav1.MicroTime{Time: time.Unix(1, 1000)}
    			if e.Series != nil {
    				e.Series.LastObservedTime = metav1.MicroTime{Time: time.Unix(3, 3000)}
    			}
    		},
    		func(j *core.GRPCAction, c fuzz.Continue) {
    			empty := ""
    			if j.Service == nil {
    				j.Service = &empty
    			}
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 04:32:01 UTC 2024
    - 18.5K bytes
    - Viewed (0)
Back to top