Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_getTypedStatus (0.17 sec)

  1. pilot/pkg/status/distribution/state_test.go

    						tt.want1.Conditions[i].LastProbeTime = got1.Conditions[i].LastProbeTime
    					}
    				}
    				assert.Equal(t, got1, tt.want1)
    			}
    		})
    	}
    }
    
    func Test_getTypedStatus(t *testing.T) {
    	x := v1alpha1.IstioStatus{}
    	b, _ := json.Marshal(statusStillPropagating)
    	_ = json.Unmarshal(b, &x)
    	type args struct {
    		in any
    	}
    	tests := []struct {
    		name    string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 22 22:47:47 UTC 2022
    - 4.3K bytes
    - Viewed (0)
Back to top