Add dynamic certificate feature to controller

This commit is contained in:
Henry Tran 2018-06-04 17:48:30 -04:00
parent b4942ccd03
commit 7faf089082
12 changed files with 342 additions and 29 deletions

View file

@ -68,7 +68,8 @@ func TestStore(t *testing.T) {
10*time.Minute,
clientSet,
fs,
updateCh)
updateCh,
false)
storer.Run(stopCh)
@ -155,7 +156,8 @@ func TestStore(t *testing.T) {
10*time.Minute,
clientSet,
fs,
updateCh)
updateCh,
false)
storer.Run(stopCh)
@ -302,7 +304,8 @@ func TestStore(t *testing.T) {
10*time.Minute,
clientSet,
fs,
updateCh)
updateCh,
false)
storer.Run(stopCh)
@ -390,7 +393,8 @@ func TestStore(t *testing.T) {
10*time.Minute,
clientSet,
fs,
updateCh)
updateCh,
false)
storer.Run(stopCh)
@ -501,7 +505,8 @@ func TestStore(t *testing.T) {
10*time.Minute,
clientSet,
fs,
updateCh)
updateCh,
false)
storer.Run(stopCh)