cert-manager/pkg/controller/certificates
Ashley Davis 219a620871
static analysis fixes
pkg/ctl/scheme.go:17:1: package comment should be of the form "Package ctl ..."
pkg/issuer/acme/dns/acmedns/acmedns.go:43:2: var accountJson should be accountJSON
pkg/issuer/acme/dns/acmedns/acmedns.go:50:43: func parameter accountJson should be accountJSON
pkg/controller/certificates/trigger/policies/policies.go:57:1: comment on exported type Chain should be of the form "Chain ..." (with optional leading article)
pkg/controller/ingress-shim/sync.go:36:2: package "github.com/jetstack/cert-manager/pkg/logs" is being imported more than once (ST1019)
pkg/controller/ingress-shim/sync.go:37:2: other import of "github.com/jetstack/cert-manager/pkg/logs"

Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2021-05-21 12:04:11 +01:00
..
internal Adds a bunch of comments for exported types 2021-05-19 10:19:43 +01:00
issuing issuing-controller: explain why we do the Ready + Denied checks 2021-04-08 15:16:36 +02:00
keymanager added reason prefix for all 2021-04-13 16:40:56 +05:30
metrics Tidy godoc comments 2021-05-05 16:21:24 +01:00
readiness Handle cert renewal when renewalBefore slightly less than cert duration correctly 2021-05-21 12:03:47 +01:00
requestmanager added reason prefix for all 2021-04-13 16:40:56 +05:30
revisionmanager Merge pull request #3960 from wallrj/538-lint-fixes-richardw 2021-05-07 11:50:34 +01:00
trigger static analysis fixes 2021-05-21 12:04:11 +01:00
BUILD.bazel Adds revisionmanager certificates controller 2021-03-15 14:53:55 +00:00
informers.go
listers.go
util_test.go Feedback from code review 2021-05-21 12:03:47 +01:00
util.go Handle cert renewal when renewalBefore slightly less than cert duration correctly 2021-05-21 12:03:47 +01:00