Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for readCount (0.09 sec)

  1. pkg/controller/daemon/update_test.go

    	clearExpectations(t, manager, ds, podControl)
    
    	readyCount := 0
    	expectedReadyCount := 5 - maxUnavailable
    	for _, obj := range podControl.podStore.List() {
    		pod := obj.(*v1.Pod)
    		n, condition := podutil.GetPodCondition(&pod.Status, v1.PodReady)
    		if n != -1 && condition.Status == v1.ConditionTrue {
    			readyCount++
    		}
    	}
    
    	if readyCount != expectedReadyCount {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 10 21:10:35 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  2. samples/ambient-argo/README.md

    ## Playbook: Minor Version Upgrade
    
    COMING SOON
    
    ## Playbook: Major Version Upgrade
    
    COMING SOON
    
    ## Tips and Tricks
    
    For a quick (but messy) readout on what Istio versions are being used in this repo, run:
    
    ```bash
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 8.7K bytes
    - Viewed (0)
Back to top