Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 462 for eventCh (0.13 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Event.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 766 bytes
    - Viewed (0)
  2. 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)
  3. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.Event.json

    {
      "kind": "Event",
      "apiVersion": "v1",
      "metadata": {
        "name": "nameValue",
        "generateName": "generateNameValue",
        "namespace": "namespaceValue",
        "selfLink": "selfLinkValue",
        "uid": "uidValue",
        "resourceVersion": "resourceVersionValue",
        "generation": 7,
        "creationTimestamp": "2008-01-01T01:01:01Z",
        "deletionTimestamp": "2009-01-01T01:01:01Z",
        "deletionGracePeriodSeconds": 10,
        "labels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Event.json

    {
      "kind": "Event",
      "apiVersion": "v1",
      "metadata": {
        "name": "nameValue",
        "generateName": "generateNameValue",
        "namespace": "namespaceValue",
        "selfLink": "selfLinkValue",
        "uid": "uidValue",
        "resourceVersion": "resourceVersionValue",
        "generation": 7,
        "creationTimestamp": "2008-01-01T01:01:01Z",
        "deletionTimestamp": "2009-01-01T01:01:01Z",
        "deletionGracePeriodSeconds": 10,
        "labels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  5. 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)
  6. src/internal/trace/traceviewer/emitter.go

    		ConsumeTimeUnit: func(unit string) {
    			data.TimeUnit = unit
    		},
    		ConsumeViewerEvent: func(v *format.Event, required bool) {
    			if required {
    				// Store required events inside data so flush
    				// can include them in the required part of the
    				// trace.
    				data.Events = append(data.Events, v)
    				WalkStackFrames(allFrames, v.Stack, func(id int) {
    					s := strconv.Itoa(id)
    					data.Frames[s] = allFrames[s]
    				})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 21:29:58 UTC 2023
    - 20.4K bytes
    - Viewed (0)
  7. pkg/kubelet/pleg/generic.go

    			default:
    				metrics.PLEGDiscardEvents.Inc()
    				klog.ErrorS(nil, "Event channel is full, discard this relist() cycle event")
    			}
    			// Log exit code of containers when they finished in a particular event
    			if events[i].Type == ContainerDied {
    				// Fill up containerExitCode map for ContainerDied event when first time appeared
    				if len(containerExitCode) == 0 && pod != nil && g.cache != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  8. pkg/controller/garbagecollector/graph_builder.go

    		"apiVersion", event.gvk.GroupVersion().String(),
    		"kind", event.gvk.Kind,
    		"object", klog.KObj(accessor),
    		"uid", string(accessor.GetUID()),
    		"eventType", event.eventType,
    		"virtual", event.virtual,
    	)
    
    	// Check if the node already exists
    	existingNode, found := gb.uidToNode.Read(accessor.GetUID())
    	if found && !event.virtual && !existingNode.isObserved() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  9. pkg/controller/tainteviction/taint_eviction.go

    	defer logger.Info("Shutting down controller", "controller", tc.name)
    
    	// Start events processing pipeline.
    	tc.broadcaster.StartStructuredLogging(3)
    	if tc.client != nil {
    		logger.Info("Sending events to api server")
    		tc.broadcaster.StartRecordingToSink(&v1core.EventSinkImpl{Interface: tc.client.CoreV1().Events("")})
    	} else {
    		logger.Error(nil, "kubeClient is nil", "controller", tc.name)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  10. cmd/kube-controller-manager/app/options/options_test.go

    			&garbagecollectorconfig.GarbageCollectorControllerConfiguration{
    				ConcurrentGCSyncs: 30,
    				GCIgnoredResources: []garbagecollectorconfig.GroupResource{
    					{Group: "", Resource: "events"},
    					{Group: eventv1.GroupName, Resource: "events"},
    				},
    				EnableGarbageCollector: false,
    			},
    		},
    		HPAController: &HPAControllerOptions{
    			&poautosclerconfig.HPAControllerConfiguration{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top