Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 46 of 46 for Ticket (0.17 sec)

  1. tests/integration/pilot/common/routing.go

    		"Authorization": {"Bearer " + jwt.TokenIssuer1WithCollisionResistantName},
    	}
    	// the VirtualService for each test should be unique to avoid
    	// one test passing because it's new config hasn't kicked in yet
    	// and we're still testing the previous destination
    	setHostHeader := func(src echo.Caller, opts *echo.CallOptions) {
    		opts.HTTP.Headers["Host"] = []string{opts.To.ServiceName() + ".foo.bar"}
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet.go

    }
    
    // ListenAndServePodResources runs the kubelet podresources grpc service
    func (kl *Kubelet) ListenAndServePodResources() {
    	endpoint, err := util.LocalEndpoint(kl.getPodResourcesDir(), podresources.Socket)
    	if err != nil {
    		klog.V(2).InfoS("Failed to get local endpoint for PodResources endpoint", "err", err)
    		return
    	}
    
    	providers := podresources.PodResourcesProviders{
    		Pods:             kl.podManager,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  3. src/reflect/value.go

    	bptr        unsafe.Pointer
    	overflow    *[]unsafe.Pointer
    	oldoverflow *[]unsafe.Pointer
    	startBucket uintptr
    	offset      uint8
    	wrapped     bool
    	B           uint8
    	i           uint8
    	bucket      uintptr
    	checkBucket uintptr
    }
    
    func (h *hiter) initialized() bool {
    	return h.t != nil
    }
    
    // A MapIter is an iterator for ranging over a map.
    // See [Value.MapRange].
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  4. cluster/gce/util.sh

      gsutil -m acl ch -g all:R "${gs_url}" "${gs_url}.sha512" >/dev/null 2>&1 || true
      echo "+++ ${basename_tar} uploaded (sha512 = ${hash})"
    }
    
    
    # Given the cluster zone, return the list of regional GCS release
    # bucket suffixes for the release in preference order. GCS doesn't
    # give us an API for this, so we hardcode it.
    #
    # Assumed vars:
    #   RELEASE_REGION_FALLBACK
    #   REGIONAL_KUBE_ADDONS
    #   ZONE
    # Vars set:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  5. src/cmd/trace/testdata/go122.test

    String id=41
    	data="net.(*netFD).dial"
    String id=42
    	data="/usr/local/google/home/mknyszek/work/go-1/src/net/sock_posix.go"
    String id=43
    	data="net.socket"
    String id=44
    	data="net.internetSocket"
    String id=45
    	data="/usr/local/google/home/mknyszek/work/go-1/src/net/ipsock_posix.go"
    String id=46
    	data="net.(*sysDialer).doDialTCPProto"
    String id=47
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
  6. src/encoding/json/testdata/code.json.gz

    536019535,"touches":26,"min_t":1256172830,"max_t":1310076410,"mean_t":1284230655},{"name":"openpgp","kids":[{"name":"keys.go","kids":[],"cl_weight":1.0992424242424241,"touches":6,"min_t":1298596793,"max_t":1309542792,"mean_t":1305497332},{"name":"packet","kids":[{"name":"public_key.go","kids":[],"cl_weight":1.969022644022644,"touches":9,"min_t":1296828017,"max_t":1309542792,"mean_t":1303142203},{"name":"signature.go","kids":[],"cl_weight":1.1678571428571427,"touches":6,"min_t":1297385952,"max_t"...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top