Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 719 for phsh (0.05 sec)

  1. pilot/pkg/xds/discovery.go

    	push := model.NewPushContext()
    	push.PushVersion = version
    	push.JwtKeyResolver = s.JwtKeyResolver
    	if err := push.InitContext(s.Env, oldPushContext, req); err != nil {
    		log.Errorf("XDS: failed to init push context: %v", err)
    		// We can't push if we can't read the data - stick with previous version.
    		pushContextErrors.Increment()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 20:21:09 UTC 2024
    - 19K bytes
    - Viewed (0)
  2. src/main/webapp/js/search.js

          hashIndex,
          hashStr;
        buf.push(contextPath);
        buf.push("/go/?rt=");
        buf.push(rt);
        buf.push("&docId=");
        buf.push(docId);
        buf.push("&queryId=");
        buf.push(queryId);
        buf.push("&order=");
        buf.push(order);
    
        hashIndex = url.indexOf("#");
        if (hashIndex >= 0) {
          hashStr = url.substring(hashIndex);
          buf.push("&hash=");
          buf.push(encodeURIComponent(hashStr));
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Mar 30 05:45:24 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  3. manifests/addons/dashboards/pilot.libsonnet

      + g.util.grid.makeGrid([
        row.new('Push Information')
        + row.withPanels([
          panels.timeSeries.xdsPushes(
            'XDS Pushes', queries.xdsPushes, |||
              Rate of XDS push operations, by type. This is incremented on a per-proxy basis.
            |||
          ),
          panels.timeSeries.base(
            'Events', queries.pilotEvents, |||
              Size of each xDS push.
            |||
          ),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  4. tools/istio-docker.mk

    	./tools/docker
    
    docker.save: ## Build docker images and save to tar.gz
    	./tools/docker --save
    
    docker.push: ## Build all docker images and push to
    	./tools/docker --push
    
    # Legacy command aliases
    docker.all: docker
    	@:
    dockerx.save: docker.save
    	@:
    dockerx.push: docker.push
    	@:
    dockerx.pushx: docker.push
    	@:
    dockerx: docker
    	@:
    
    # Support individual images like `dockerx.pilot`
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 31 21:56:36 UTC 2022
    - 2.1K bytes
    - Viewed (0)
  5. pilot/pkg/xds/proxy_dependencies.go

    		if proxy.SidecarScope.DependsOnConfig(config, push.Mesh.RootNamespace) {
    			return true
    		} else if proxy.PrevSidecarScope != nil && proxy.PrevSidecarScope.DependsOnConfig(config, push.Mesh.RootNamespace) {
    			return true
    		}
    	case model.Router:
    		if config.Kind == kind.ServiceEntry {
    			// If config is ServiceEntry, name of the config is service's FQDN
    			if features.FilterGatewayClusterConfig && !push.ServiceAttachedToGateway(config.Name, proxy) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 15:58:06 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  6. pilot/pkg/networking/plugin/authz/authorization.go

    }
    
    func NewBuilder(actionType ActionType, push *model.PushContext, proxy *model.Proxy, useFilterState bool) *Builder {
    	return NewBuilderForService(actionType, push, proxy, useFilterState, nil)
    }
    
    func NewBuilderForService(actionType ActionType, push *model.PushContext, proxy *model.Proxy, useFilterState bool, svc *model.Service) *Builder {
    	tdBundle := trustdomain.NewBundle(push.Mesh.TrustDomain, push.Mesh.TrustDomainAliases)
    	option := builder.Option{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  7. .github/workflows/sigbuild-docker-presubmit.yml

            id: date
          -
            name: Build containers, and push to GCR only if the 'build and push to gcr.io for staging' label is applied
            id: docker_build
            uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # v3.2.0
            with:
              push: ${{ contains(github.event.pull_request.labels.*.name, 'build and push to gcr.io for staging') }}
              context: ./tensorflow/tools/tf_sig_build_dockerfiles
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 18:43:43 UTC 2023
    - 4K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/go/ast/inspector/inspector.go

    				ev := stack[top]
    				typ := typeOf(ev.node)
    				push := ev.index
    				parent := top - 1
    
    				events[push].typ = typ            // set type of push
    				stack[parent].typ |= typ | ev.typ // parent's typ contains push and pop's typs.
    				events[push].index = len(events)  // make push refer to pop
    
    				stack = stack[:top]
    				events = append(events, ev)
    			}
    			return true
    		})
    	}
    
    	return events
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  9. src/net/http/http.go

    	//
    	// Push will run in a separate goroutine making the order of arrival
    	// non-deterministic. Any required synchronization needs to be implemented
    	// by the caller.
    	//
    	// Push returns ErrNotSupported if the client has disabled push or if push
    	// is not supported on the underlying connection.
    	Push(target string, opts *PushOptions) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 10 03:29:50 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  10. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/script.js

                if (dependency.alreadyRendered) {
                    classes.push('alreadyRendered');
                }
                if (!dependency.resolvable) {
                    classes.push('unresolvable');
                }
                if (dependency.hasConflict) {
                    classes.push('hasConflict');
                }
                if (dependency.isLeaf) {
                    classes.push('leaf');
                }
                if (classes.length > 0) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 24 19:38:03 UTC 2020
    - 8.2K bytes
    - Viewed (0)
Back to top