Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 153 for node_idx (0.43 sec)

  1. pkg/adsc/adsc.go

    	// xds client used to create a stream
    	client discovery.AggregatedDiscoveryServiceClient
    	conn   *grpc.ClientConn
    
    	// Indicates if the ADSC client is closed
    	closed bool
    
    	// NodeID is the node identity sent to Pilot.
    	nodeID string
    
    	watchTime time.Time
    
    	// initialLoad tracks the time to receive the initial configuration.
    	initialLoad time.Duration
    
    	// indicates if the initial LDS request is sent
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 05 22:18:49 UTC 2024
    - 35K bytes
    - Viewed (0)
  2. cluster/log-dump/log-dump.sh

      for i in "${!all_selected_nodes[@]}"; do
        node_name="${all_selected_nodes[$i]}"
        node_dir="${report_dir}/${node_name}"
        mkdir -p "${node_dir}"
        if [[ "${i}" -lt "${#linux_nodes_selected_for_logs[@]}" ]]; then
          # Save logs in the background. This speeds up things when there are
          # many nodes.
          save-logs "${node_name}" "${node_dir}" "${node_logfiles_all}" "${node_systemd_services}" &
        else
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 21:15:57 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/result/StreamingResolutionResultBuilderTest.groovy

            _ * componentState.metadata >> componentMetadata
    
            def variant = Stub(ResolvedGraphVariant)
            variant.nodeId >> componentId
    
            def component = Stub(DependencyGraphComponent)
            _ * component.resultId >> componentId
            _ * component.selectionReason >> reason
            _ * component.resolveState >> componentState
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:29:40 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  4. pilot/pkg/model/context_test.go

    					},
    					PodPorts: []model.PodPort{
    						{Name: "http", ContainerPort: 8080, Protocol: "TCP"},
    						{Name: "grpc", ContainerPort: 8079, Protocol: "TCP"},
    					},
    				},
    			},
    		},
    	}
    
    	nodeID := "sidecar~1.1.1.1~id~domain"
    
    	for _, tt := range cases {
    		t.Run(tt.name, func(t *testing.T) {
    			meta, err := mapToStruct(tt.metadata)
    			if err != nil {
    				t.Fatalf("failed to setup metadata: %v", err)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 05 23:51:52 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  5. pkg/bootstrap/option/instances_test.go

    			expected: "1s",
    		},
    		{
    			testName: "cluster",
    			key:      "cluster",
    			option:   option.Cluster("fake"),
    			expected: "fake",
    		},
    		{
    			testName: "nodeID",
    			key:      "nodeID",
    			option:   option.NodeID("fake"),
    			expected: "fake",
    		},
    		{
    			testName: "region",
    			key:      "region",
    			option:   option.Region("fake"),
    			expected: "fake",
    		},
    		{
    			testName: "zone",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  6. tensorflow/cc/framework/gradients.cc

          if (e->IsControlEdge() || !reachable_nodes[e->dst()->id()]) continue;
    
          auto const& pair = visited.insert(e->dst());
          if (pair.second) {
            int node_id = e->dst()->id();
            Node* last_output_node = p.second;
            if (output_nodes.find(node_id) != output_nodes.end()) {
              // We reached an output node.
              if (last_output_node != nullptr) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 05:57:22 UTC 2024
    - 22K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/NodeState.java

        private boolean removingOutgoingEdges;
        private boolean findingExternalVariants;
    
        public NodeState(long nodeId, ComponentState component, ResolveState resolveState, VariantGraphResolveState variant, boolean selectedByVariantAwareResolution) {
            this.nodeId = nodeId;
            this.component = component;
            this.resolveState = resolveState;
            this.variantState = variant;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 58.9K bytes
    - Viewed (0)
  8. cmd/kube-proxy/app/server_linux_test.go

    			expectedMode:        proxyconfigapi.ProxyModeIPTables,
    			detectLocal:         "NodeCIDR",
    			expectedDetectLocal: proxyconfigapi.LocalModeNodeCIDR,
    		},
    		{
    			name:                "override both",
    			mode:                "ipvs",
    			expectedMode:        proxyconfigapi.ProxyModeIPVS,
    			detectLocal:         "NodeCIDR",
    			expectedDetectLocal: proxyconfigapi.LocalModeNodeCIDR,
    		},
    	}
    	for _, tc := range testCases {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  9. pkg/apis/storage/v1/zz_generated.conversion.go

    }
    
    func autoConvert_v1_CSINodeDriver_To_storage_CSINodeDriver(in *v1.CSINodeDriver, out *storage.CSINodeDriver, s conversion.Scope) error {
    	out.Name = in.Name
    	out.NodeID = in.NodeID
    	out.TopologyKeys = *(*[]string)(unsafe.Pointer(&in.TopologyKeys))
    	out.Allocatable = (*storage.VolumeNodeResources)(unsafe.Pointer(in.Allocatable))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 04 08:51:01 UTC 2022
    - 39.2K bytes
    - Viewed (0)
  10. pkg/apis/storage/v1beta1/zz_generated.conversion.go

    }
    
    func autoConvert_v1beta1_CSINodeDriver_To_storage_CSINodeDriver(in *v1beta1.CSINodeDriver, out *storage.CSINodeDriver, s conversion.Scope) error {
    	out.Name = in.Name
    	out.NodeID = in.NodeID
    	out.TopologyKeys = *(*[]string)(unsafe.Pointer(&in.TopologyKeys))
    	out.Allocatable = (*storage.VolumeNodeResources)(unsafe.Pointer(in.Allocatable))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 04 08:51:01 UTC 2022
    - 41K bytes
    - Viewed (0)
Back to top