Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for injection (0.15 sec)

  1. istioctl/pkg/tag/generate_test.go

    				if injectionWhConf.Service == nil {
    					t.Fatalf("expected injection service %s, got nil", tc.whSVC)
    				}
    				if injectionWhConf.Service.Name != tc.whSVC {
    					t.Fatalf("expected injection service %s, got %s", tc.whSVC, injectionWhConf.Service.Name)
    				}
    			}
    			if tc.whURL != "" {
    				if injectionWhConf.URL == nil {
    					t.Fatalf("expected injection URL %s, got nil", tc.whURL)
    				}
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Jan 16 17:43:49 GMT 2024
    - 12.1K bytes
    - Viewed (0)
Back to top