Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestReconcileStatuses (0.12 sec)

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

    			Status:  "True",
    			Message: "just a test, here",
    		},
    		{
    			Type:    "Reconciled",
    			Status:  "False",
    			Message: "1/2 proxies up to date.",
    		},
    	},
    	ValidationMessages: nil,
    }
    
    func TestReconcileStatuses(t *testing.T) {
    	type args struct {
    		current *config.Config
    		desired Progress
    	}
    	tests := []struct {
    		name  string
    		args  args
    		want  bool
    		want1 *v1alpha1.IstioStatus
    	}{
    		{
    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