cert-manager/pkg/controller/acmeorders
Dobes Vandermeer bd8cd5441a Fix address to reference array element
The address of a for loop created variable does not change between loops - the variable is over-written with each new variable.  This fixes the code so that `d` references the array element instead of the local variable, which means that when `d` is assigned to `matchAll` or `specificMatch` it will work as intended.

Signed-off-by: Dobes Vandermeer <dobesv@gmail.com>
2019-05-28 09:00:04 +01:00
..
BUILD.bazel Update acmeorders controller 2019-03-12 14:24:50 +00:00
checks.go Update copyright header year 2019-01-07 15:07:55 +00:00
controller.go Allow controller constructors to return errors 2019-04-18 14:22:04 +01:00
OWNERS Add more OWNERS files with auto-labels 2019-01-24 19:38:31 +00:00
sync_test.go Update acmeorders controller to support both formats 2019-05-01 14:24:00 +01:00
sync.go Fix address to reference array element 2019-05-28 09:00:04 +01:00
util_test.go Plumb testing.T through to test Builder 2019-01-31 20:20:20 +00:00