(id idpool.ID)
| 189 | const syncIdentityControllerGroup = "sync-identity" |
| 190 | |
| 191 | func syncControllerName(id idpool.ID) string { |
| 192 | return syncIdentityControllerGroup + "-" + id.String() |
| 193 | } |
| 194 | |
| 195 | // no max interval by default, exposed as a variable for testing. |
| 196 | var masterKeyRecreateMaxInterval = time.Duration(0) |
no test coverage detected
searching dependent graphs…