Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestLogSymLink (0.27 sec)

  1. pkg/kubelet/kuberuntime/legacy_test.go

    func randStringBytes(n int) string {
    	b := make([]byte, n)
    	for i := range b {
    		b[i] = letterBytes[rand.Intn(len(letterBytes))]
    	}
    	return string(b)
    }
    
    func TestLogSymLink(t *testing.T) {
    	as := assert.New(t)
    	containerLogsDir := "/foo/bar"
    	podFullName := randStringBytes(128)
    	containerName := randStringBytes(70)
    	containerID := randStringBytes(80)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 10 12:34:58 UTC 2023
    - 3.4K bytes
    - Viewed (0)
Back to top