Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/pkg/model/conversion_test.go

    				}
    			} else {
    				if c.wantErr {
    					tt.Fatal("unexpected success, expected error")
    				}
    				assert.Equal(t, &got, c.want)
    			}
    		})
    	}
    }
    
    func TestProtoSchemaConversions(t *testing.T) {
    	destinationRuleSchema := collections.DestinationRule
    
    	msg := &networking.DestinationRule{
    		Host: "something.svc.local",
    		TrafficPolicy: &networking.TrafficPolicy{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 02 20:50:14 UTC 2023
    - 5.1K bytes
    - Viewed (0)
Back to top