Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRootNsSidecarDependencies (0.2 sec)

  1. pilot/pkg/model/sidecar_test.go

    				if ok := sidecarScope.DependsOnConfig(k, ps.Mesh.RootNamespace); ok != v {
    					t.Fatalf("Expected contains %v-%v, but no match", k, v)
    				}
    			}
    		})
    	}
    }
    
    func TestRootNsSidecarDependencies(t *testing.T) {
    	cases := []struct {
    		name   string
    		egress []string
    
    		contains map[ConfigKey]bool
    	}{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
Back to top