Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 46 for reportingController (0.35 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. pkg/registry/core/event/strategy_test.go

    			Namespace:       "baz",
    			UID:             "long uid string",
    			APIVersion:      "v1",
    			ResourceVersion: "0",
    			FieldPath:       "",
    		},
    		Reason:              "ForTesting",
    		ReportingController: "test",
    		Type:                api.EventTypeNormal,
    	}
    	field = ToSelectableFields(eventB)
    	expectB := fields.Set{
    		"metadata.name":                  "f0118",
    		"metadata.namespace":             "default",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  10. api/api-rules/violation_exceptions.list

    API rule violation: names_match,k8s.io/api/core/v1,ContainerStatus,LastTerminationState
    API rule violation: names_match,k8s.io/api/core/v1,DaemonEndpoint,Port
    API rule violation: names_match,k8s.io/api/core/v1,Event,ReportingController
    API rule violation: names_match,k8s.io/api/core/v1,FCVolumeSource,WWIDs
    API rule violation: names_match,k8s.io/api/core/v1,GlusterfsPersistentVolumeSource,EndpointsName
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 29.9K bytes
    - Viewed (0)
Back to top