Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 153 for node_idx (1.36 sec)

  1. pkg/proxy/apis/config/validation/validation_test.go

    				config.DetectLocalMode = "Guess"
    			},
    			expectedErrs: field.ErrorList{field.NotSupported(newPath.Child("DetectLocalMode"), "Guess", []string{"ClusterCIDR", "NodeCIDR", "BridgeInterface", "InterfaceNamePrefix", ""})},
    		},
    		"invalid logging format": {
    			mutateConfigFunc: func(config *kubeproxyconfig.KubeProxyConfiguration) {
    				config.Logging = logsapi.LoggingConfiguration{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/nodevolumelimits/csi_test.go

    			},
    		}
    	}
    
    	addDriversCSINode := func(addLimits bool) {
    		initCSINode()
    		for _, driver := range driverNames {
    			driver := storagev1.CSINodeDriver{
    				Name:   driver,
    				NodeID: "node-for-max-pd-test-1",
    			}
    			if addLimits {
    				driver.Allocatable = &storagev1.VolumeNodeResources{
    					Count: ptr.To(limit),
    				}
    			}
    			csiNode.Spec.Drivers = append(csiNode.Spec.Drivers, driver)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 18:07:11 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

                      value: |
                         {{ .Values.global.istioNamespace }}
                  command:
                    - sh
                    - "-c"
                    - |-
                      NODE_ID="sidecar~${INSTANCE_IP}~${POD_NAME}.${POD_NAMESPACE}~cluster.local"
                      SERVER_URI="dns:///istiod.${ISTIO_NAMESPACE}.svc:15010"
                      echo '
                      {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  4. pkg/bootstrap/config.go

    	// Waypoint overrides
    	metadataDiscovery := cfg.Metadata.MetadataDiscovery
    	if strings.HasPrefix(cfg.ID, "waypoint~") {
    		xdsType = "DELTA_GRPC"
    		metadataDiscovery = true
    	}
    
    	opts = append(opts,
    		option.NodeID(cfg.ID),
    		option.NodeType(cfg.ID),
    		option.PilotSubjectAltName(cfg.Metadata.PilotSubjectAltName),
    		option.OutlierLogPath(cfg.Metadata.OutlierLogPath),
    		option.ApplicationLogJSON(cfg.LogAsJSON),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  5. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

            }
          }
          method_name: "tensorflow/serving/predict"
        }
      }
      object_graph_def {
        nodes {
          children {
            node_id: 1
            local_name: "get_c"
          }
          children {
            node_id: 2
            local_name: "signatures"
          }
          user_object {
            identifier: "_generic_user_object"
            version {
              producer: 1
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  6. plugin/pkg/admission/noderestriction/admission_test.go

    			ObjectMeta: metav1.ObjectMeta{
    				Name: "mynode",
    			},
    			Spec: storage.CSINodeSpec{
    				Drivers: []storage.CSINodeDriver{
    					{
    						Name:         "com.example.csi/mydriver",
    						NodeID:       "com.example.csi/mynode",
    						TopologyKeys: []string{"com.example.csi/zone"},
    					},
    				},
    			},
    		}
    		nodeInfoWrongName = &storage.CSINode{
    			ObjectMeta: metav1.ObjectMeta{
    				Name: "foo",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  7. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    				nodeUID, _ := value.UID.(string)
    				pods, err := nodeController.getPodsAssignedToNode(value.Value)
    				if err != nil {
    					t.Errorf("unexpected error: %v", err)
    				}
    				controllerutil.DeletePods(ctx, item.fakeNodeHandler, pods, nodeController.recorder, value.Value, nodeUID, nodeController.daemonSetStore)
    				return true, 0
    			})
    		}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  8. pkg/controller/garbagecollector/garbagecollector_test.go

    	pod2ns1 := makeID("v1", "Pod", "ns1", "podname2", "poduid2")
    	pod2ns2 := makeID("v1", "Pod", "ns2", "podname2", "poduid2")
    	node1 := makeID("v1", "Node", "", "nodename", "nodeuid1")
    
    	role1v1beta1 := makeID("rbac.authorization.k8s.io/v1beta1", "Role", "ns1", "role1", "roleuid1")
    	role1v1 := makeID("rbac.authorization.k8s.io/v1", "Role", "ns1", "role1", "roleuid1")
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  9. tensorflow/c/c_api.cc

    }
    
    }  // end extern "C"
    
    namespace tensorflow {
    
    void RecordMutation(TF_Graph* graph, const TF_Operation& op,
                        const char* mutation_type) {
      // If any session has already run this node_id, mark this session as
      // unrunnable.
      for (auto it : graph->sessions) {
        mutex_lock session_lock(it.first->mu);
        if (it.first->last_num_graph_nodes > op.node.id()) {
          it.second = strings::StrCat(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  10. pkg/kubelet/kubelet_pods_test.go

    				Name: container.Name,
    				ID:   kubecontainer.ContainerID{Type: "test", ID: fmt.Sprintf("c%d", i)},
    			})
    		}
    		return runningPod
    	}
    	mirrorPod := func(pod *v1.Pod, nodeName string, nodeUID types.UID) *v1.Pod {
    		copied := pod.DeepCopy()
    		if copied.Annotations == nil {
    			copied.Annotations = make(map[string]string)
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
Back to top