Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 462 for eventCh (0.15 sec)

  1. pkg/kubelet/pleg/evented.go

    		klog.V(4).InfoS("Received Container Created Event", "event", event.String())
    	case runtimeapi.ContainerEventType_CONTAINER_STARTED_EVENT:
    		e.sendPodLifecycleEvent(&PodLifecycleEvent{ID: types.UID(event.PodSandboxStatus.Metadata.Uid), Type: ContainerStarted, Data: event.ContainerId})
    		klog.V(4).InfoS("Received Container Started Event", "event", event.String())
    	case runtimeapi.ContainerEventType_CONTAINER_DELETED_EVENT:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 10:46:06 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  2. pkg/filewatcher/filewatcher_test.go

    	g.Expect(err).NotTo(HaveOccurred())
    	err = w.Add(watchFile2)
    	g.Expect(err).NotTo(HaveOccurred())
    
    	// Validate events and errors channel are fulfilled.
    	events1 := w.Events(watchFile1)
    	g.Expect(events1).NotTo(BeNil())
    	events2 := w.Events(watchFile2)
    	g.Expect(events2).NotTo(BeNil())
    
    	errors1 := w.Errors(watchFile1)
    	g.Expect(errors1).NotTo(BeNil())
    	errors2 := w.Errors(watchFile2)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  3. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/JavaToolchainBuildOperationsIntegrationTest.groovy

            def events = toolchainEvents(task)
            def events1 = filterByJavaVersion(events, jdkMetadata1)
            def events2 = filterByJavaVersion(events, jdkMetadata2)
            then:
            executedAndNotSkipped(task)
            events.size() > 0
            events.size() == events1.size() + events2.size() // no events from other toolchains
            assertToolchainUsages(events1, jdkMetadata1, "JavaLauncher")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 06:42:07 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/watch/mux_test.go

    	// Send a couple events before closing the broadcast channel.
    	t.Log("Sending event 1")
    	m.Action(event1.Type, event1.Object)
    	t.Log("Sending event 2")
    	m.Action(event2.Type, event2.Object)
    	m.Shutdown()
    
    	// Pull events from the queue.
    	wg := sync.WaitGroup{}
    	wg.Add(len(watches))
    	for i := range watches {
    		// Verify that each watcher only gets the first event because its watch
    		// queue of length one was full from the first one.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 16 15:26:25 UTC 2022
    - 8K bytes
    - Viewed (0)
  5. platforms/software/testing-base-infrastructure/src/test/groovy/org/gradle/api/internal/tasks/testing/worker/TestEventSerializerTest.groovy

        }
    
        def "serializes TestStartEvent"() {
            def id = new CompositeIdGenerator.CompositeId(1L, 2L)
            def event1 = new TestStartEvent(123L, id)
            def event2 = new TestStartEvent(456L)
    
            when:
            def result1 = serialize(event1)
            def result2 = serialize(event2)
    
            then:
            result1 instanceof TestStartEvent
            result1.parentId == id
            result1.startTime == 123L
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 20:33:30 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  6. platforms/core-runtime/messaging/src/test/groovy/org/gradle/internal/event/DefaultListenerManagerTest.groovy

            1 * fooListener1.foo("param")
            0 * _
        }
    
        def listenersReceiveMessagesInSameOrderRegardlessOfGeneratingThread() {
            given:
            def events1 = events("a", 20)
            def events2 = events("b", 20)
            def events3 = events("c", 20)
            def received1 = new CopyOnWriteArrayList<String>()
            def received2 = new CopyOnWriteArrayList<String>()
            def listener1 = { String p ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  7. src/internal/trace/event/event.go

    	StackIDs []int
    
    	// StartEv indicates the event type of the corresponding "start"
    	// event, if this event is an "end," for a pair of events that
    	// represent a time range.
    	StartEv Type
    
    	// IsTimedEvent indicates whether this is an event that both
    	// appears in the main event stream and is surfaced to the
    	// trace reader.
    	//
    	// Events that are not "timed" are considered "structural"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  8. docs/de/docs/advanced/events.md

    Diese Funktionen können mit `async def` oder normalem `def` deklariert werden.
    
    ### `startup`-Event
    
    Um eine Funktion hinzuzufügen, die vor dem Start der Anwendung ausgeführt werden soll, deklarieren Sie diese mit dem Event `startup`:
    
    ```Python hl_lines="8"
    {!../../../docs_src/events/tutorial001.py!}
    ```
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:30:59 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/events.k8s.io.v1beta1.Event.yaml

    action: actionValue
    apiVersion: events.k8s.io/v1beta1
    deprecatedCount: 15
    deprecatedFirstTimestamp: "2013-01-01T01:01:01Z"
    deprecatedLastTimestamp: "2014-01-01T01:01:01Z"
    deprecatedSource:
      component: componentValue
      host: hostValue
    eventTime: "2002-01-01T01:01:01.000002Z"
    kind: Event
    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)
  10. staging/src/k8s.io/api/testdata/v1.30.0/events.k8s.io.v1.Event.yaml

    action: actionValue
    apiVersion: events.k8s.io/v1
    deprecatedCount: 15
    deprecatedFirstTimestamp: "2013-01-01T01:01:01Z"
    deprecatedLastTimestamp: "2014-01-01T01:01:01Z"
    deprecatedSource:
      component: componentValue
      host: hostValue
    eventTime: "2002-01-01T01:01:01.000002Z"
    kind: Event
    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)
Back to top