Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for relatedPods (0.18 sec)

  1. pkg/controller/replicaset/replica_set.go

    				continue
    			}
    			seen[pod.UID] = relatedRS
    			relatedPods = append(relatedPods, pod)
    		}
    	}
    	logger.V(4).Info("Found related pods", "kind", rsc.Kind, "replicaSet", klog.KObj(rs), "pods", klog.KObjSlice(relatedPods))
    	return relatedPods, nil
    }
    
    func getPodsToDelete(filteredPods, relatedPods []*v1.Pod, diff int) []*v1.Pod {
    	// No need to sort pods if we are about to delete all of them.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  2. pkg/controller/replicaset/replica_set_test.go

    				scheduledRunningReadyPodOnNode2,
    				scheduledRunningNotReadyPod,
    				scheduledPendingPod,
    				unscheduledPendingPod,
    			},
    		},
    		{
    			name: "various pod phases and conditions, diff = len(pods), relatedPods empty",
    			pods: []*v1.Pod{
    				scheduledRunningReadyPodOnNode1,
    				scheduledRunningReadyPodOnNode1,
    				scheduledRunningReadyPodOnNode2,
    				scheduledRunningNotReadyPod,
    				scheduledPendingPod,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 69.2K bytes
    - Viewed (0)
  3. src/internal/trace/traceviewer/static/webcomponents.min.js

    [],e.forEach(function(e){this.removeListeners_(e);for(var t=w.get(e),n=0;n<t.length;n++)if(t[n]===this){t.splice(n,1);break}},this)},handleEvent:function(e){switch(e.stopImmediatePropagation(),e.type){case"DOMAttrModified":var t=e.attrName,n=e.relatedNode.namespaceURI,r=e.target,o=new l("attributes",r);o.attributeName=t,o.attributeNamespace=n;var a=e.attrChange===MutationEvent.ADDITION?null:e.prevValue;i(r,function(e){if(e.attributes&&(!e.attributeFilter||!e.attributeFilter.length||e.attributeFi...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 115.6K bytes
    - Viewed (0)
Back to top