Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 125 for HEvent (0.85 sec)

  1. api/discovery/aggregated_v2.json

                  "responseKind": {
                    "group": "",
                    "kind": "Event",
                    "version": ""
                  },
                  "scope": "Namespaced",
                  "shortNames": [
                    "ev"
                  ],
                  "singularResource": "event",
                  "verbs": [
                    "create",
                    "delete",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  2. pkg/proxy/nftables/proxier.go

    	if node.Name != proxier.hostname {
    		proxier.logger.Error(nil, "Received a watch event for a node that doesn't match the current node",
    			"eventNode", node.Name, "currentNode", proxier.hostname)
    		return
    	}
    
    	proxier.mu.Lock()
    	proxier.nodeLabels = nil
    	proxier.mu.Unlock()
    
    	proxier.Sync()
    }
    
    // OnNodeSynced is called once all the initial event handlers were
    // called and the state is fully propagated to local cache.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  3. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/jquery.jstree.js

    				this.get_container()
    					.delegate("li > ins", "click.jstree", $.proxy(function (event) {
    							var trgt = $(event.target);
    							// if(trgt.is("ins") && event.pageY - trgt.offset().top < this.data.core.li_height) { this.toggle_node(trgt); }
    							this.toggle_node(trgt);
    						}, this))
    					.bind("mousedown.jstree", $.proxy(function () {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 09:03:42 UTC 2021
    - 49.5K bytes
    - Viewed (0)
  4. api/discovery/aggregated_v2beta1.json

                  "responseKind": {
                    "group": "",
                    "kind": "Event",
                    "version": ""
                  },
                  "scope": "Namespaced",
                  "shortNames": [
                    "ev"
                  ],
                  "singularResource": "event",
                  "verbs": [
                    "create",
                    "delete",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

    }
    
    def TF_ImportEventOp : TF_Op<"ImportEvent", []> {
      let summary = "Outputs a `tf.Event` protocol buffer.";
    
      let description = [{
    When CreateSummaryDbWriter is being used, this op can be useful for
    importing data from event logs.
    
    writer: A handle to a summary writer.
    event: A string containing a binary-encoded tf.Event proto.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  6. pkg/controller/volume/attachdetach/reconciler/reconciler_test.go

    		close(fakeRecorder.Events)
    		index := 0
    		for event := range fakeRecorder.Events {
    			if len(test.expectedEvents) < index {
    				t.Errorf("Test %q: unexpected event received: %s", test.name, event)
    			} else {
    				expectedEvent := test.expectedEvents[index]
    				if expectedEvent != event {
    					t.Errorf("Test %q: event %d: expected %q, got %q", test.name, index, expectedEvent, event)
    				}
    			}
    			index++
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:14 UTC 2024
    - 72.8K bytes
    - Viewed (0)
  7. pkg/apis/admissionregistration/types.go

    	// both for allowed or denied admission responses.
    	//
    	// "Audit" specifies that a validation failure is included in the published
    	// audit event for the request. The audit event will contain a
    	// `validation.policy.admission.k8s.io/validation_failure` audit annotation
    	// with a value containing the details of the validation failures, formatted as
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  8. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      //   is interpreted as "data at least as new as the provided `resourceVersion`"
      //   and the bookmark event is send when the state is synced
      //   to a `resourceVersion` at least as fresh as the one provided by the ListOptions.
      //   If `resourceVersion` is unset, this is interpreted as "consistent read" and the
      //   bookmark event is send when the state is synced at least to the moment
      //   when request started being processed.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      //   is interpreted as "data at least as new as the provided `resourceVersion`"
      //   and the bookmark event is send when the state is synced
      //   to a `resourceVersion` at least as fresh as the one provided by the ListOptions.
      //   If `resourceVersion` is unset, this is interpreted as "consistent read" and the
      //   bookmark event is send when the state is synced at least to the moment
      //   when request started being processed.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  10. pkg/kubelet/pod_workers.go

    		}
    
    		// queue a retry if necessary, then put the next event in the channel if any
    		p.completeWork(podUID, phaseTransition, err)
    		if start := update.Options.StartTime; !start.IsZero() {
    			metrics.PodWorkerDuration.WithLabelValues(update.Options.UpdateType.String()).Observe(metrics.SinceInSeconds(start))
    		}
    		klog.V(4).InfoS("Processing pod event done", "pod", podRef, "podUID", podUID, "updateType", update.WorkType)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
Back to top