Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 36 for nodeN (0.04 sec)

  1. pkg/controller/daemon/daemon_controller.go

    	pod := NewPod(ds, node.Name)
    
    	// If the daemon set specifies a node name, check that it matches with node.Name.
    	if !(ds.Spec.Template.Spec.NodeName == "" || ds.Spec.Template.Spec.NodeName == node.Name) {
    		return false, false
    	}
    
    	taints := node.Spec.Taints
    	fitsNodeName, fitsNodeAffinity, fitsTaints := predicates(pod, node, taints)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/NodeState.java

                }
            }
            return true;
        }
    
        /*
         * When a node exits the graph, its constraints need to be cleaned up.
         * This means:
         * * Rescheduling any deferred selection impacted by a constraint coming from this node
         * * Making sure we no longer are registered as pending interest on nodes pointed by constraints
         */
        private void cleanupConstraints() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 58.9K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/MapMakerInternalMap.java

         * be read without locking. Next fields of nodes are immutable (final). All list additions are
         * performed at the front of each bin. This makes it easy to check changes, and also fast to
         * traverse. When nodes would otherwise be changed, new nodes are created to replace them. This
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 90.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/tpu_cluster_formation.mlir

    // The cluster will be wrapped in a `tf_device.cluster` first and then by a
    // replicate.
    // TPUPartitionedInputV2 nodes would be inside the replicate but outside the
    // cluster.
    // TPUReplicatedInput and TPUReplicatedOutput nodes will be replaced by the
    // replicate operands and results.
    // CHECK-LABEL: func @replication_with_model_parallelism
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

      }
      func->setAttr(
          kTfSavedModelExportedNamesAttr,
          mlir::ArrayAttr::get(
              context, {mlir::StringAttr::get(context, signature->signature_key)}));
    }
    
    // There are control nodes at each end of each control edge. For each of them,
    // we store the source vertices of the incoming edges (if any) and the control
    // node's output token. To improve testability, we use an ordered set for the
    // source vertices.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/pkg/resource/builder_test.go

    	if obj == nil || !ok || version.Spec.Replicas != nil {
    		t.Errorf("unexpected versioned object: %#v", obj)
    	}
    }
    
    func TestNodeBuilder(t *testing.T) {
    	node := &v1.Node{
    		ObjectMeta: metav1.ObjectMeta{Name: "node1", Namespace: "should-not-have", ResourceVersion: "10"},
    		Spec:       v1.NodeSpec{},
    		Status: v1.NodeStatus{
    			Capacity: v1.ResourceList{
    				v1.ResourceCPU:    resource.MustParse("1000m"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 11:58:41 UTC 2023
    - 56.1K bytes
    - Viewed (0)
  7. src/go/printer/testdata/parser.go

    			// the range operator is only allowed at the top of a for statement
    			p.errorExpected(x.Pos(), "expression")
    			x = &ast.BadExpr{x.Pos(), x.End()}
    		}
    	case *ast.BinaryExpr:
    	default:
    		// all other nodes are not proper expressions
    		p.errorExpected(x.Pos(), "expression")
    		x = &ast.BadExpr{x.Pos(), x.End()}
    	}
    	return x
    }
    
    // isTypeName reports whether x is a (qualified) TypeName.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 20:19:51 UTC 2023
    - 50.5K bytes
    - Viewed (0)
  8. pkg/controller/volume/persistentvolume/binder_test.go

    			initialClaims: claimWithAnnotation(volume.AnnSelectedNode, "node1",
    				newClaimArray("claim1-18", "uid1-18", "1Gi", "", v1.ClaimPending, &classWait)),
    			expectedClaims: claimWithAnnotation(volume.AnnSelectedNode, "node1",
    				newClaimArray("claim1-18", "uid1-18", "1Gi", "volume1-18", v1.ClaimBound, &classWait, volume.AnnBoundByController, volume.AnnBindCompleted)),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:37:30 UTC 2023
    - 65.8K bytes
    - Viewed (0)
  9. pkg/apis/core/v1/defaults_test.go

    			}
    		}
    		return true
    	}
    
    	for i, testcase := range tests {
    		node := v1.Node{
    			Status: v1.NodeStatus{
    				Capacity:    copyResourceList(testcase.capacity),
    				Allocatable: copyResourceList(testcase.allocatable),
    			},
    		}
    		node2 := roundTrip(t, runtime.Object(&node)).(*v1.Node)
    		actual := node2.Status.Allocatable
    		expected := testcase.expectedAllocatable
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  10. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    							Addresses:         [][]byte{netip.MustParseAddr("127.0.0.3").AsSlice()},
    							Network:           testNW,
    							ServiceAccount:    "sa1",
    							Uid:               s.podXdsName("pod3"),
    							Node:              "node1",
    							CanonicalName:     "other",
    							CanonicalRevision: "latest",
    							WorkloadType:      workloadapi.WorkloadType_POD,
    							WorkloadName:      "pod3",
    							ClusterId:         testC,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
Back to top