Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 2,931 for eventB (0.76 sec)

  1. pkg/registry/core/event/strategy_test.go

    				FieldPath:       "",
    			},
    			Reason: "ForTesting",
    			Source: api.EventSource{Component: "test"},
    			Type:   api.EventTypeNormal,
    		}
    	}
    	eventA := makeEvent("eventA")
    	eventB := makeEvent("eventB")
    	errList := Strategy.ValidateUpdate(context.Background(), eventA, eventB)
    	if len(errList) == 0 {
    		t.Errorf("ValidateUpdate should fail on name change")
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  2. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/logging/console/BuildStatusRendererTest.groovy

        }
    
        def "forwards event list to listener"() {
            def event = event("message")
    
            when:
            renderer.onOutput(event)
    
            then:
            1 * listener.onOutput(event)
        }
    
        def "formats given message with an incrementing timer"() {
            def event1 = startRootBuildOperation(1)
            def event2 = event('2')
    
            when:
            renderer.onOutput(event1)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  3. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/logging/console/ThrottlingOutputEventListenerTest.groovy

            then:
            0 * _
    
            when:
            renderer.onOutput(end)
    
            then:
            1 * listener.onOutput(event1)
            1 * listener.onOutput(event2)
            1 * listener.onOutput(event3)
            1 * listener.onOutput(end)
            0 * _
        }
    
        def "flushes events on flush event"() {
            def event1 = event('1')
            def event2 = event('2')
            def event3 = event('3')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  4. pkg/kube/kclient/events.go

    	e.eventRecorder.Eventf(object, eventtype, reason, messageFmt, args...)
    }
    
    // Shutdown terminates the event recorder. This must be called upon completion of writing events, and events should not be
    // written once terminated.
    func (e *EventRecorder) Shutdown() {
    	e.eventBroadcaster.Shutdown()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 22:23:28 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  5. 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)
  6. docs/pt/docs/advanced/events.md

    ```
    
    Nesse caso, a função de manipulação de evento `startup` irá inicializar os itens do "banco de dados" (só um `dict`) com alguns valores.
    
    Você pode adicionar mais que uma função de manipulação de evento.
    
    E sua aplicação não irá começar a receber requisições até que todos os manipuladores de eventos de `startup` sejam concluídos.
    
    ### Evento `shutdown`
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/events.k8s.io.v1.Event.json

    {
      "kind": "Event",
      "apiVersion": "events.k8s.io/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,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/events.k8s.io.v1beta1.Event.json

    {
      "kind": "Event",
      "apiVersion": "events.k8s.io/v1beta1",
      "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,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.2K 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