Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 185 for node_id (0.15 sec)

  1. cmd/event-notification.go

    		uniqueID = fmt.Sprintf("%X", args.Object.ModTime.UnixNano())
    	}
    
    	respElements := map[string]string{
    		"x-amz-request-id": args.RespElements["requestId"],
    		"x-amz-id-2":       args.RespElements["nodeId"],
    		"x-minio-origin-endpoint": func() string {
    			if globalMinioEndpoint != "" {
    				return globalMinioEndpoint
    			}
    			return getAPIEndpoints()[0]
    		}(), // MinIO specific custom elements.
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. pkg/scheduler/framework/plugins/volumezone/volume_zone.go

    		// A new node or updating a node's volume zone labels may make a pod schedulable.
    		//
    		// A note about UpdateNodeTaint event:
    		// NodeAdd QueueingHint isn't always called because of the internal feature called preCheck.
    		// As a common problematic scenario,
    		// when a node is added but not ready, NodeAdd event is filtered out by preCheck and doesn't arrive.
    		// In such cases, this plugin may miss some events that actually make pods schedulable.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 14:13:06 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  5. pilot/pkg/model/context.go

    // function and the metadata.
    func ParseServiceNodeWithMetadata(nodeID string, metadata *NodeMetadata) (*Proxy, error) {
    	parts := strings.Split(nodeID, serviceNodeSeparator)
    	out := &Proxy{
    		Metadata: metadata,
    	}
    
    	if len(parts) != 4 {
    		return out, fmt.Errorf("missing parts in the service node %q", nodeID)
    	}
    
    	if !pm.IsApplicationNodeType(NodeType(parts[0])) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 08:29:05 UTC 2024
    - 33.6K bytes
    - Viewed (1)
  6. staging/src/k8s.io/api/storage/v1/types.go

    	// refer to the node name using the ID that the storage system will
    	// understand, e.g. "nodeA" instead of "node1". This field is required.
    	NodeID string `json:"nodeID" protobuf:"bytes,2,opt,name=nodeID"`
    
    	// topologyKeys is the list of keys supported by the driver.
    	// When a driver is initialized on a cluster, it provides a set of topology
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 32K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/storage/v1beta1/types.go

    	// refer to the node name using the ID that the storage system will
    	// understand, e.g. "nodeA" instead of "node1". This field is required.
    	NodeID string `json:"nodeID" protobuf:"bytes,2,opt,name=nodeID"`
    
    	// topologyKeys is the list of keys supported by the driver.
    	// When a driver is initialized on a cluster, it provides a set of topology
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:32 UTC 2023
    - 33.1K bytes
    - Viewed (0)
  8. pilot/pkg/networking/grpcgen/grpcgen_test.go

    		ip = "127.0.0.1"
    	}
    	if namespace == "" {
    		namespace = "default"
    	}
    	if app == "" {
    		app = "app"
    	}
    	nodeID := "sidecar~" + ip + "~" + app + "." + namespace + "~" + namespace + ".svc.cluster.local"
    	bootstrap, err := grpcxds.GenerateBootstrap(grpcxds.GenerateBootstrapOptions{
    		Node: &model.Node{
    			ID: nodeID,
    			Metadata: &model.BootstrapNodeMetadata{
    				NodeMetadata: model.NodeMetadata{
    					Namespace: namespace,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 09:04:02 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  9. 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)
  10. tensorflow/compiler/mlir/tensorflow/utils/xla_sharding_util.h

    // logical device id. TPUExecute op for different logical device may have
    // different outputs depending on the output sharding configuration.
    mlir::LogicalResult GetOutputTypesForLogicalDeviceComputation(
        int core_id, llvm::ArrayRef<xla::OpSharding> output_sharding_config,
        mlir::tf_device::ClusterFuncOp cluster_func,
        llvm::SmallVectorImpl<mlir::Type>* output_types,
        llvm::SmallVectorImpl<int>* cluster_to_core_index);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 22:18:34 UTC 2024
    - 6K bytes
    - Viewed (0)
Back to top