Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 131 for addDep (0.13 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/testing/watcher_tests.go

    		namespace:  fmt.Sprintf("test-ns-1-%t", recursive),
    		watchTests: []*testWatchStruct{{basePod, true, watch.Added}},
    		pred:       storage.Everything,
    	}, {
    		name:       "key updated to match predicate",
    		namespace:  fmt.Sprintf("test-ns-2-%t", recursive),
    		watchTests: []*testWatchStruct{{basePod, false, ""}, {basePodAssigned, true, watch.Added}},
    		pred: storage.SelectionPredicate{
    			Label: labels.Everything(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/mips/asm0.go

    					q = c.newprog()
    					q.Link = p.Link
    					p.Link = q
    					q.As = AJMP
    					q.Pos = p.Pos
    					q.To.Type = obj.TYPE_BRANCH
    					q.To.SetTarget(q.Link.Link)
    
    					c.addnop(p.Link)
    					c.addnop(p)
    					bflag = 1
    				}
    			}
    
    			m = int(o.size)
    			if m == 0 {
    				if p.As != obj.ANOP && p.As != obj.AFUNCDATA && p.As != obj.APCDATA {
    					c.ctxt.Diag("zero-width instruction\n%v", p)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/MapPropertySpec.groovy

            property.put('k2', 'v2')
            property.put('k3', 'v3')
    
            expect:
            assertValueIs(['k1': 'v1', 'k2': 'v2', 'k3': 'v3'])
        }
    
        def "put overrides entries added earlier"() {
            given:
            property.set(['k': 'v1'])
            property.put('k', 'v2')
    
            expect:
            assertValueIs(['k': 'v2'])
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 58.7K bytes
    - Viewed (0)
  4. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    		nc.knownNodeSet[added[i].Name] = added[i]
    		nc.addPodEvictorForNewZone(logger, added[i])
    		nc.markNodeAsReachable(ctx, added[i])
    	}
    
    	for i := range deleted {
    		logger.V(1).Info("Controller observed a Node deletion", "node", klog.KRef("", deleted[i].Name))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  5. pkg/scheduler/internal/queue/scheduling_queue.go

    // is added so there is no chance the pod is already in active/unschedulable/backoff queues
    func (p *PriorityQueue) Add(logger klog.Logger, pod *v1.Pod) error {
    	p.lock.Lock()
    	defer p.lock.Unlock()
    
    	pInfo := p.newQueuedPodInfo(pod)
    	gated := pInfo.Gated
    	if added, err := p.addToActiveQ(logger, pInfo); !added {
    		return err
    	}
    	if p.unschedulablePods.get(pod) != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 61.4K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/loong64/asm.go

    		o1 = OP_IR(c.opir(APCALAU12I), uint32(0), uint32(REGTMP))
    		rel := obj.Addrel(c.cursym)
    		rel.Off = int32(c.pc)
    		rel.Siz = 4
    		rel.Sym = p.To.Sym
    		rel.Add = p.To.Offset
    		rel.Type = objabi.R_LOONG64_ADDR_HI
    
    		o2 = OP_12IRR(c.opirr(p.As), uint32(0), uint32(REGTMP), uint32(p.From.Reg))
    		rel2 := obj.Addrel(c.cursym)
    		rel2.Off = int32(c.pc + 4)
    		rel2.Siz = 4
    		rel2.Sym = p.To.Sym
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    		t.Run(tt.name, func(t *testing.T) {
    			as := convertServices(*tt.current)
    			bs := convertServices(*tt.new)
    			added, deleted, updated, unchanged := servicesDiff(as, bs)
    			for i, item := range []struct {
    				hostnames []host.Name
    				services  []*model.Service
    			}{
    				{tt.added, added},
    				{tt.deleted, deleted},
    				{tt.updated, updated},
    				{tt.unchanged, unchanged},
    			} {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  8. pkg/kubelet/volumemanager/populator/desired_state_of_world_populator_test.go

    		hasAddedPods  bool
    		podState      string
    		expectedFound bool // Found pod is added to DSW
    	}{
    		{
    			desc:          "HasAddedPods is false, ShouldPodRuntimeBeRemoved and ShouldPodContainerBeTerminating are both true",
    			hasAddedPods:  false,
    			podState:      Removed,
    			expectedFound: false, // Pod should not be added to DSW
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

     public:
      explicit LowerAddNOp(MLIRContext *context)
          : RewritePattern(AddNOp::getOperationName(), 1, context,
                           {AddV2Op::getOperationName()}) {}
    
      LogicalResult matchAndRewrite(Operation *op,
                                    PatternRewriter &rewriter) const override {
        auto addn_op = cast<AddNOp>(op);
    
        // TODO(hinsu): Support variant with TensorList type. tf.AddV2 doesn't
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  10. pkg/controller/volume/attachdetach/reconciler/reconciler_test.go

    					return true, nil
    				}
    			}
    			t.Logf(
    				"Warning: Volume <%v> is not added to node  <%v> yet. Will retry.",
    				volumeName,
    				nodeName)
    
    			return false, nil
    		},
    	)
    
    	if err != nil {
    		t.Fatalf(
    			"Volume <%v> is not added to node  <%v>. %v",
    			volumeName,
    			nodeName, err)
    	}
    }
    
    func waitForVolumeRemovedFromNode(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:14 UTC 2024
    - 72.8K bytes
    - Viewed (0)
Back to top