Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for runAnnotate (0.14 sec)

  1. src/internal/trace/traceviewer/static/trace_viewer_full.html

    return{Scalar,};});'use strict';tr.exportTo('tr.c',function(){function Auditor(model){this.model_=model;}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
  2. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    	s.assertEvent(t, s.podXdsName("pod1"))
    	// assert that pod1 is using the waypoint specified on the namespace
    	s.assertWaypointAddressForPod(t, "pod1", "10.0.0.1")
    
    	// unannotate the namespace too
    	s.ns.Update(&corev1.Namespace{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:        testNS,
    			Annotations: map[string]string{},
    		},
    	})
    	s.assertEvent(t, s.podXdsName("pod1"))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
Back to top