Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for reportingController (3.72 sec)

  1. pkg/apis/core/validation/events.go

    	allErrs = append(allErrs, ValidateImmutableField(newEvent.Related, oldEvent.Related, field.NewPath("related"))...)
    	allErrs = append(allErrs, ValidateImmutableField(newEvent.ReportingController, oldEvent.ReportingController, field.NewPath("reportingController"))...)
    	allErrs = append(allErrs, ValidateImmutableField(newEvent.ReportingInstance, oldEvent.ReportingInstance, field.NewPath("reportingInstance"))...)
    
    	return allErrs
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 01 19:47:37 UTC 2022
    - 9.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/events/v1/types.go

    	// +optional
    	Series *EventSeries `json:"series,omitempty" protobuf:"bytes,3,opt,name=series"`
    
    	// reportingController is the name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`.
    	// This field cannot be empty for new Events.
    	ReportingController string `json:"reportingController,omitempty" protobuf:"bytes,4,opt,name=reportingController"`
    
    	// reportingInstance is the ID of the controller instance, e.g. `kubelet-xyzf`.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/events.k8s.io.v1.Event.json

            "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": {
        "kind": "kindValue",
        "namespace": "namespaceValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/events.k8s.io.v1beta1.Event.json

            "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": {
        "kind": "kindValue",
        "namespace": "namespaceValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.29.0/events.k8s.io.v1.Event.yaml

      uid: uidValue
    related:
      apiVersion: apiVersionValue
      fieldPath: fieldPathValue
      kind: kindValue
      name: nameValue
      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)
  6. staging/src/k8s.io/api/testdata/v1.30.0/events.k8s.io.v1beta1.Event.yaml

      uid: uidValue
    related:
      apiVersion: apiVersionValue
      fieldPath: fieldPathValue
      kind: kindValue
      name: nameValue
      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: Thu Apr 18 08:52:25 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/events.k8s.io.v1.Event.json

            "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": {
        "kind": "kindValue",
        "namespace": "namespaceValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/events.k8s.io.v1.Event.yaml

      uid: uidValue
    related:
      apiVersion: apiVersionValue
      fieldPath: fieldPathValue
      kind: kindValue
      name: nameValue
      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: Thu Apr 18 08:52:25 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/events/v1beta1/types_swagger_doc_generated.go

    	"series":                   "series is data about the Event series this event represents or nil if it's a singleton Event.",
    	"reportingController":      "reportingController is the name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. This field cannot be empty for new Events.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.29.0/events.k8s.io.v1beta1.Event.json

            "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": {
        "kind": "kindValue",
        "namespace": "namespaceValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 2.2K bytes
    - Viewed (0)
Back to top