cert-manager/pkg/controller/ingress-shim
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
..
BUILD.bazel update bazel 2021-02-04 15:11:00 +00:00
checks.go Merge pull request #3500 from meyskens/update-copy 2020-12-15 10:12:31 +00:00
controller.go Adds a bunch of comments for exported types 2021-05-19 10:19:43 +01:00
helper_test.go Allow ingress-shim to specify key usages + add server-auth to default 2021-02-04 15:11:00 +00:00
helper.go Revert ingress key usage annotation to default the same as Certificate 2021-02-04 16:08:30 +00:00
sync_test.go Deprecate UsageContentCommittment 2021-05-19 12:40:10 -04:00
sync.go static analysis fixes 2021-05-21 12:04:11 +01:00