Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for reportingController (0.19 sec)

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

    					APIVersion: "v1",
    					Kind:       "Node",
    				},
    				EventTime:           someTime,
    				ReportingController: "my-contr@ller",
    				ReportingInstance:   "node-xyz",
    				Action:              "Do",
    				Reason:              "Because",
    			},
    			valid: false,
    			msg:   "not qualified reportingController",
    		},
    		{
    			Event: &core.Event{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:      "test",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 01 19:47:37 UTC 2022
    - 37.2K 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. 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)
  5. 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