cert-manager/pkg/controller
James Munnelly 1268f76690 Make lastTransitionTime a pointer
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-05-02 14:59:52 +01:00
..
acmechallenges Handle expired challenge responses in acmechallenges controller 2019-04-30 18:57:26 +01:00
acmeorders Remove anonymous function 2019-05-01 17:14:34 +01:00
cainjector Use v1beta1 API version in cainjector controller 2019-04-24 11:19:24 +01:00
certificates Make lastTransitionTime a pointer 2019-05-02 14:59:52 +01:00
clusterissuers Allow controller constructors to return errors 2019-04-18 14:22:04 +01:00
ingress-shim Fix issue when migrating ingress-shim managed certificates from old to new format 2019-05-01 18:45:59 +01:00
issuers Allow controller constructors to return errors 2019-04-18 14:22:04 +01:00
test Fix controller test pkg 2019-03-12 14:24:51 +00:00
BUILD.bazel Pass StopCh and RESTClient to controller context 2019-04-18 14:22:08 +01:00
context.go Pass StopCh and RESTClient to controller context 2019-04-18 14:22:08 +01:00
helper_test.go Create pkg/api/util and re-arrange controller instantiation code 2019-02-19 11:25:54 +00:00
helper.go Switch to klog 2019-02-22 12:34:02 +00:00
register.go Allow controller constructors to return errors 2019-04-18 14:22:04 +01:00
util.go