cert-manager/pkg/controller
James Munnelly 25af59a0d5 Use v1beta1 API version in cainjector controller
This resolves issues when running the cainjector on Kubernetes 1.9,
as the 1.9 apiserver is not aware of the 'v1' API version.

Signed-off-by: James Munnelly <james@munnelly.eu>
2019-04-24 11:19:24 +01:00
..
acmechallenges Add 'webhook' DNS01 provider type 2019-04-18 17:19:32 +01:00
acmeorders Allow controller constructors to return errors 2019-04-18 14:22:04 +01:00
cainjector Use v1beta1 API version in cainjector controller 2019-04-24 11:19:24 +01:00
certificates Allow controller constructors to return errors 2019-04-18 14:22:04 +01:00
clusterissuers Allow controller constructors to return errors 2019-04-18 14:22:04 +01:00
ingress-shim Allow controller constructors to return errors 2019-04-18 14:22:04 +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
helper.go
register.go Allow controller constructors to return errors 2019-04-18 14:22:04 +01:00
util.go