Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LooksLikeIHavebeenReplaced (0.42 sec)

  1. tests/integration/pilot/analysis/analysis_test.go

    			// replacing the condition
    			for i, cond := range we.Status.Conditions {
    				if cond.Type == "Health" {
    					we.Status.Conditions[i] = &v1alpha1.IstioCondition{
    						Type:   "Health",
    						Reason: "LooksLikeIHavebeenReplaced",
    						Status: "False",
    					}
    				}
    			}
    
    			// update this new status
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top