Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/pkg/config/kube/gateway/conditions_test.go

    			},
    			wantEqual: true,
    		},
    		{
    			name: "route status error",
    			args: args{
    				gateways: []RouteParentResult{{OriginalReference: parentRef, RouteError: &ConfigError{
    					Reason: ConfigErrorReason(k8s.RouteReasonRefNotPermitted),
    				}}},
    				obj:     httpRoute,
    				current: parentStatus,
    			},
    			wantEqual: false,
    		},
    	}
    	for _, tt := range tests {
    		t.Run(tt.name, func(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 13:05:41 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top