Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for LastTimestamp (0.23 sec)

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

    	allErrs = append(allErrs, ValidateImmutableField(newEvent.FirstTimestamp, oldEvent.FirstTimestamp, field.NewPath("firstTimestamp"))...)
    	allErrs = append(allErrs, ValidateImmutableField(newEvent.LastTimestamp, oldEvent.LastTimestamp, field.NewPath("lastTimestamp"))...)
    	allErrs = append(allErrs, ValidateImmutableField(newEvent.Count, oldEvent.Count, field.NewPath("count"))...)
    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. pkg/apis/events/v1/conversion.go

    	}
    	if err := k8s_api_v1.Convert_v1_EventSource_To_core_EventSource(&in.DeprecatedSource, &out.Source, s); err != nil {
    		return err
    	}
    	out.Message = in.Note
    	out.FirstTimestamp = in.DeprecatedFirstTimestamp
    	out.LastTimestamp = in.DeprecatedLastTimestamp
    	out.Count = in.DeprecatedCount
    	return nil
    }
    
    func Convert_core_Event_To_v1_Event(in *k8s_api.Event, out *v1.Event, s conversion.Scope) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 08 12:46:38 UTC 2020
    - 3.6K bytes
    - Viewed (0)
  3. pkg/apis/events/v1beta1/conversion.go

    	}
    	if err := k8s_api_v1.Convert_v1_EventSource_To_core_EventSource(&in.DeprecatedSource, &out.Source, s); err != nil {
    		return err
    	}
    	out.Message = in.Note
    	out.FirstTimestamp = in.DeprecatedFirstTimestamp
    	out.LastTimestamp = in.DeprecatedLastTimestamp
    	out.Count = in.DeprecatedCount
    	return nil
    }
    
    func Convert_core_Event_To_v1beta1_Event(in *k8s_api.Event, out *v1beta1.Event, s conversion.Scope) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 08 12:46:38 UTC 2020
    - 3.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/core.v1.Event.json

      },
      "reason": "reasonValue",
      "message": "messageValue",
      "source": {
        "component": "componentValue",
        "host": "hostValue"
      },
      "firstTimestamp": "2006-01-01T01:01:01Z",
      "lastTimestamp": "2007-01-01T01:01:01Z",
      "count": 8,
      "type": "typeValue",
      "eventTime": "2010-01-01T01:01:01.000010Z",
      "series": {
        "count": 1,
        "lastObservedTime": "2002-01-01T01:01:01.000002Z"
      },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 2.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Event.yaml

    involvedObject:
      apiVersion: apiVersionValue
      fieldPath: fieldPathValue
      kind: kindValue
      name: nameValue
      namespace: namespaceValue
      resourceVersion: resourceVersionValue
      uid: uidValue
    kind: Event
    lastTimestamp: "2007-01-01T01:01:01Z"
    message: messageValue
    metadata:
      annotations:
        annotationsKey: annotationsValue
      creationTimestamp: "2008-01-01T01:01:01Z"
      deletionGracePeriodSeconds: 10
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/core.v1.Event.yaml

    involvedObject:
      apiVersion: apiVersionValue
      fieldPath: fieldPathValue
      kind: kindValue
      name: nameValue
      namespace: namespaceValue
      resourceVersion: resourceVersionValue
      uid: uidValue
    kind: Event
    lastTimestamp: "2007-01-01T01:01:01Z"
    message: messageValue
    metadata:
      annotations:
        annotationsKey: annotationsValue
      creationTimestamp: "2008-01-01T01:01:01Z"
      deletionGracePeriodSeconds: 10
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.Event.json

      },
      "reason": "reasonValue",
      "message": "messageValue",
      "source": {
        "component": "componentValue",
        "host": "hostValue"
      },
      "firstTimestamp": "2006-01-01T01:01:01Z",
      "lastTimestamp": "2007-01-01T01:01:01Z",
      "count": 8,
      "type": "typeValue",
      "eventTime": "2010-01-01T01:01:01.000010Z",
      "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
    - 2.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Event.json

      },
      "reason": "reasonValue",
      "message": "messageValue",
      "source": {
        "component": "componentValue",
        "host": "hostValue"
      },
      "firstTimestamp": "2006-01-01T01:01:01Z",
      "lastTimestamp": "2007-01-01T01:01:01Z",
      "count": 8,
      "type": "typeValue",
      "eventTime": "2010-01-01T01:01:01.000010Z",
      "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
    - 2.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.Event.yaml

    involvedObject:
      apiVersion: apiVersionValue
      fieldPath: fieldPathValue
      kind: kindValue
      name: nameValue
      namespace: namespaceValue
      resourceVersion: resourceVersionValue
      uid: uidValue
    kind: Event
    lastTimestamp: "2007-01-01T01:01:01Z"
    message: messageValue
    metadata:
      annotations:
        annotationsKey: annotationsValue
      creationTimestamp: "2008-01-01T01:01:01Z"
      deletionGracePeriodSeconds: 10
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  10. pkg/kubelet/pluginmanager/pluginwatcher/plugin_watcher_test.go

    			t.Fatalf("TestPluginReRegistration: desired state of world length should be 1 but it's %d", len(dswPlugins))
    		}
    		if !dswPlugins[0].Timestamp.After(lastTimestamp) {
    			t.Fatalf("TestPluginReRegistration: for plugin %s timestamp of plugin is not updated", pluginName)
    		}
    		lastTimestamp = dswPlugins[0].Timestamp
    	}
    }
    
    func TestPluginRegistrationAtKubeletStart(t *testing.T) {
    	socketDir := initTempDir(t)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 04 06:56:50 UTC 2023
    - 8K bytes
    - Viewed (0)
Back to top