Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/filewatcher/filewatcher_test.go

    	return watchFile1, watchFile2
    }
    
    // newSymlinkedWatchFile simulates the behavior of k8s configmap/secret.
    // Path structure looks like:
    //
    //	<watchDir>/test.conf
    //	             ^
    //	             |
    //
    // <watchDir>/data/test.conf
    //
    //	^
    //	|
    //
    // <watchDir>/data1/test.conf
    func newSymlinkedWatchFile(t *testing.T) (string, string) {
    	g := NewGomegaWithT(t)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 7.9K bytes
    - Viewed (0)
Back to top