Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 50 for reportingController (2.98 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.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: Fri Dec 15 04:12:07 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/events/v1beta1/generated.pb.go

    	copy(dAtA[i:], m.ReportingInstance)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.ReportingInstance)))
    	i--
    	dAtA[i] = 0x2a
    	i -= len(m.ReportingController)
    	copy(dAtA[i:], m.ReportingController)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.ReportingController)))
    	i--
    	dAtA[i] = 0x22
    	if m.Series != nil {
    		{
    			size, err := m.Series.MarshalToSizedBuffer(dAtA[:i])
    			if err != nil {
    				return 0, err
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 35.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/core/v1/event.go

    	b.Related = value
    	return b
    }
    
    // WithReportingController sets the ReportingController field in the declarative configuration to the given value
    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the ReportingController field is set to the value of the last call.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 17.8K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/events/v1beta1/generated.proto

      // +optional
      optional EventSeries series = 3;
    
      // reportingController is the name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`.
      // This field cannot be empty for new Events.
      // +optional
      optional string reportingController = 4;
    
      // reportingInstance is the ID of the controller instance, e.g. `kubelet-xyzf`.
    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/v1/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
    - 5.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/events/v1beta1/generated.proto

      // +optional
      optional EventSeries series = 3;
    
      // reportingController is the name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`.
      // This field cannot be empty for new Events.
      // +optional
      optional string reportingController = 4;
    
      // reportingInstance is the ID of the controller instance, e.g. `kubelet-xyzf`.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  7. api/api-rules/README.md

     * ***API rule violation: \<RULE\>,\<PACKAGE\>,\<TYPE\>,\<FIELD\>***
    
    e.g.
    
     * ***API rule violation: names_match,k8s.io/api/core/v1,Event,ReportingController***
    
    And the violation list is sorted alphabetically in each of the \<RULE\>, \<PACKAGE\>, \<TYPE\>, \<FIELD\> levels.
    
    ## How to resolve API Rule Check Failure
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 04 15:50:30 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/events/v1/generated.proto

      // +optional
      optional EventSeries series = 3;
    
      // reportingController is the name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`.
      // This field cannot be empty for new Events.
      optional string reportingController = 4;
    
      // reportingInstance is the ID of the controller instance, e.g. `kubelet-xyzf`.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/events/v1/generated.proto

      // +optional
      optional EventSeries series = 3;
    
      // reportingController is the name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`.
      // This field cannot be empty for new Events.
      optional string reportingController = 4;
    
      // reportingInstance is the ID of the controller instance, e.g. `kubelet-xyzf`.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/events/v1/generated.pb.go

    	copy(dAtA[i:], m.ReportingInstance)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.ReportingInstance)))
    	i--
    	dAtA[i] = 0x2a
    	i -= len(m.ReportingController)
    	copy(dAtA[i:], m.ReportingController)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.ReportingController)))
    	i--
    	dAtA[i] = 0x22
    	if m.Series != nil {
    		{
    			size, err := m.Series.MarshalToSizedBuffer(dAtA[:i])
    			if err != nil {
    				return 0, err
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 35.6K bytes
    - Viewed (0)
Back to top