Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for certToWatch (0.09 sec)

  1. pilot/pkg/bootstrap/server_test.go

    func TestWatchDNSCertForK8sCA(t *testing.T) {
    	tests := []struct {
    		name        string
    		certToWatch []byte
    		certRotated bool
    	}{
    		{
    			name:        "expired cert rotation",
    			certToWatch: testcerts.ExpiredServerCert,
    			certRotated: true,
    		},
    		{
    			name:        "valid cert no rotation",
    			certToWatch: testcerts.ServerCert,
    			certRotated: false,
    		},
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 23.1K bytes
    - Viewed (0)
Back to top