Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectWorkloadEntryStatus (0.13 sec)

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

    kind: WorkloadEntry
    metadata:
      name: vm-1
    spec:
      address: 127.0.0.1
    `).ApplyOrFail(t)
    
    			retry.UntilSuccessOrFail(t, func() error {
    				// we should expect an empty array not nil
    				return expectWorkloadEntryStatus(t, ns, nil)
    			})
    
    			// add one health condition and one other condition
    			addedConds := []*v1alpha1.IstioCondition{
    				{
    					Type:   "Health",
    					Reason: "DontTellAnyoneButImNotARealReason",
    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