Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestAccessLogging (0.35 sec)

  1. pilot/pkg/model/telemetry_logging_test.go

    		},
    	}
    
    	for _, tc := range cases {
    		t.Run(tc.name, func(t *testing.T) {
    			got := fileAccessLogFormat(tc.formatString)
    			assert.Equal(t, tc.expected, got)
    		})
    	}
    }
    
    func TestAccessLogging(t *testing.T) {
    	labels := map[string]string{"app": "test"}
    	sidecar := &Proxy{
    		ConfigNamespace: "default",
    		Labels:          labels,
    		Metadata:        &NodeMetadata{Labels: labels},
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
Back to top