Skip to content

Commit

Permalink
temp: module experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
irbekrm committed May 12, 2023
1 parent 876ae84 commit 50fd9c9
Show file tree
Hide file tree
Showing 682 changed files with 2,558 additions and 2,558 deletions.
14 changes: 7 additions & 7 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: cert-manager
spec:
version: {{ .TagName }}
homepage: https://github.com/cert-manager/cert-manager
homepage: https://github.com/irbekrm/cert-manager
shortDescription: Manage cert-manager resources inside your cluster
description: |
The official plugin accompanying cert-manger, a Kubernetes add-on to
Expand All @@ -16,35 +16,35 @@ spec:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/cert-manager/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-darwin-amd64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/irbekrm/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-darwin-amd64.tar.gz" .TagName }}
bin: kubectl-cert_manager
- selector:
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha "https://github.com/cert-manager/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-darwin-arm64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/irbekrm/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-darwin-arm64.tar.gz" .TagName }}
bin: kubectl-cert_manager
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/cert-manager/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-linux-amd64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/irbekrm/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-linux-amd64.tar.gz" .TagName }}
bin: kubectl-cert_manager
- selector:
matchLabels:
os: linux
arch: arm
{{addURIAndSha "https://github.com/cert-manager/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-linux-arm.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/irbekrm/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-linux-arm.tar.gz" .TagName }}
bin: kubectl-cert_manager
- selector:
matchLabels:
os: linux
arch: arm64
{{addURIAndSha "https://github.com/cert-manager/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-linux-arm64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/irbekrm/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-linux-arm64.tar.gz" .TagName }}
bin: kubectl-cert_manager
- selector:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/cert-manager/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-windows-amd64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/irbekrm/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-windows-amd64.tar.gz" .TagName }}
bin: kubectl-cert_manager
14 changes: 7 additions & 7 deletions LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ github.com/beorn7/perks/quantile,https://github.com/beorn7/perks/blob/v1.0.1/LIC
github.com/blang/semver/v4,https://github.com/blang/semver/blob/v4.0.0/v4/LICENSE,MIT
github.com/cenkalti/backoff/v3,https://github.com/cenkalti/backoff/blob/v3.0.0/LICENSE,MIT
github.com/cenkalti/backoff/v4,https://github.com/cenkalti/backoff/blob/v4.2.1/LICENSE,MIT
github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager/blob/HEAD/LICENSE,Apache-2.0
github.com/cert-manager/cert-manager/make/config/samplewebhook/sample,https://github.com/cert-manager/cert-manager/blob/HEAD/make/licenses.mk,Apache-2.0
github.com/cert-manager/cert-manager/pkg/issuer/acme/dns/azuredns,https://github.com/cert-manager/cert-manager/blob/HEAD/pkg/issuer/acme/dns/azuredns/LICENSE,MIT
github.com/cert-manager/cert-manager/pkg/issuer/acme/dns/clouddns,https://github.com/cert-manager/cert-manager/blob/HEAD/pkg/issuer/acme/dns/clouddns/LICENSE,MIT
github.com/cert-manager/cert-manager/pkg/issuer/acme/dns/cloudflare,https://github.com/cert-manager/cert-manager/blob/HEAD/pkg/issuer/acme/dns/cloudflare/LICENSE,MIT
github.com/cert-manager/cert-manager/pkg/issuer/acme/dns/route53,https://github.com/cert-manager/cert-manager/blob/HEAD/pkg/issuer/acme/dns/route53/LICENSE,MIT
github.com/cert-manager/cert-manager/pkg/issuer/acme/dns/util,https://github.com/cert-manager/cert-manager/blob/HEAD/pkg/issuer/acme/dns/util/LICENSE,MIT
github.com/irbekrm/cert-manager,https://github.com/irbekrm/cert-manager/blob/HEAD/LICENSE,Apache-2.0
github.com/irbekrm/cert-manager/make/config/samplewebhook/sample,https://github.com/irbekrm/cert-manager/blob/HEAD/make/licenses.mk,Apache-2.0
github.com/irbekrm/cert-manager/pkg/issuer/acme/dns/azuredns,https://github.com/irbekrm/cert-manager/blob/HEAD/pkg/issuer/acme/dns/azuredns/LICENSE,MIT
github.com/irbekrm/cert-manager/pkg/issuer/acme/dns/clouddns,https://github.com/irbekrm/cert-manager/blob/HEAD/pkg/issuer/acme/dns/clouddns/LICENSE,MIT
github.com/irbekrm/cert-manager/pkg/issuer/acme/dns/cloudflare,https://github.com/irbekrm/cert-manager/blob/HEAD/pkg/issuer/acme/dns/cloudflare/LICENSE,MIT
github.com/irbekrm/cert-manager/pkg/issuer/acme/dns/route53,https://github.com/irbekrm/cert-manager/blob/HEAD/pkg/issuer/acme/dns/route53/LICENSE,MIT
github.com/irbekrm/cert-manager/pkg/issuer/acme/dns/util,https://github.com/irbekrm/cert-manager/blob/HEAD/pkg/issuer/acme/dns/util/LICENSE,MIT
github.com/cespare/xxhash/v2,https://github.com/cespare/xxhash/blob/v2.2.0/LICENSE.txt,MIT
github.com/coreos/go-semver/semver,https://github.com/coreos/go-semver/blob/v0.3.0/LICENSE,Apache-2.0
github.com/coreos/go-systemd/v22,https://github.com/coreos/go-systemd/blob/v22.5.0/LICENSE,Apache-2.0
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ GOFLAGS := -trimpath
## Extra linking flags passed to 'go' via '-ldflags' when building.
## @category Build
GOLDFLAGS := -w -s \
-X github.com/cert-manager/cert-manager/pkg/util.AppVersion=$(RELEASE_VERSION) \
-X github.com/cert-manager/cert-manager/pkg/util.AppGitCommit=$(GITCOMMIT)
-X github.com/irbekrm/cert-manager/pkg/util.AppVersion=$(RELEASE_VERSION) \
-X github.com/irbekrm/cert-manager/pkg/util.AppGitCommit=$(GITCOMMIT)

include make/tools.mk
include make/ci.mk
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<!-- prow build badge, godoc, and go report card-->
<img alt="Build Status" src="https://prow.build-infra.jetstack.net/badge.svg?jobs=ci-cert-manager-bazel">
</a>
<a href="https://godoc.org/github.com/cert-manager/cert-manager"><img src="https://godoc.org/github.com/cert-manager/cert-manager?status.svg"></a>
<a href="https://goreportcard.com/report/github.com/cert-manager/cert-manager"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/cert-manager/cert-manager" /></a>
<a href="https://godoc.org/github.com/irbekrm/cert-manager"><img src="https://godoc.org/github.com/irbekrm/cert-manager?status.svg"></a>
<a href="https://goreportcard.com/report/github.com/irbekrm/cert-manager"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/irbekrm/cert-manager" /></a>
<br />
<a href="https://artifacthub.io/packages/search?repo=cert-manager"><img alt="Artifact Hub" src="https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/cert-manager" /></a>
<a href="https://api.securityscorecards.dev/projects/github.com/cert-manager/cert-manager"><img src="https://api.securityscorecards.dev/projects/github.com/cert-manager/cert-manager/badge" alt="Scorecard score"/></a>
<a href="https://api.securityscorecards.dev/projects/github.com/irbekrm/cert-manager"><img src="https://api.securityscorecards.dev/projects/github.com/irbekrm/cert-manager/badge" alt="Scorecard score"/></a>
</p>

# cert-manager
Expand Down Expand Up @@ -46,9 +46,9 @@ If you encounter any issues whilst using cert-manager, we have a number of ways

- A [troubleshooting guide](https://cert-manager.io/docs/faq/troubleshooting/) on our website.
- Our official [Kubernetes Slack channel](https://cert-manager.io/docs/contributing/#slack) - the quickest way to ask!
- [Searching for an existing issue](https://github.com/cert-manager/cert-manager/issues).
- [Searching for an existing issue](https://github.com/irbekrm/cert-manager/issues).

If you believe you've found a bug and cannot find an existing issue, feel free to [open a new issue](https://github.com/cert-manager/cert-manager/issues)!
If you believe you've found a bug and cannot find an existing issue, feel free to [open a new issue](https://github.com/irbekrm/cert-manager/issues)!
Be sure to include as much information as you can about your environment.

## Community
Expand Down Expand Up @@ -88,7 +88,7 @@ under the [Kubernetes Deprecation Policy](https://kubernetes.io/docs/reference/u
For more details see [Importing cert-manager in Go](https://cert-manager.io/docs/contributing/importing/) on the
cert-manager website.

The import path for cert-manager versions 1.8 and later is `github.com/cert-manager/cert-manager`.
The import path for cert-manager versions 1.8 and later is `github.com/irbekrm/cert-manager`.

For all versions of cert-manager before 1.8, including minor and patch releases, the import path is `github.com/jetstack/cert-manager`.

Expand All @@ -100,7 +100,7 @@ Follow the instructions in [SECURITY.md](./SECURITY.md) to make a report.

## Changelog

[Every release](https://github.com/cert-manager/cert-manager/releases) on GitHub has a changelog,
[Every release](https://github.com/irbekrm/cert-manager/releases) on GitHub has a changelog,
and we also publish release notes on [the website](https://cert-manager.io/docs/release-notes/).

## History
Expand Down
4 changes: 2 additions & 2 deletions cmd/acmesolver/LICENSES
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/beorn7/perks/quantile,https://github.com/beorn7/perks/blob/v1.0.1/LICENSE,MIT
github.com/blang/semver/v4,https://github.com/blang/semver/blob/v4.0.0/v4/LICENSE,MIT
github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager/blob/HEAD/LICENSE,Apache-2.0
github.com/cert-manager/cert-manager/acmesolver-binary,https://github.com/cert-manager/cert-manager/blob/HEAD/acmesolver-binary/LICENSE,Apache-2.0
github.com/irbekrm/cert-manager,https://github.com/irbekrm/cert-manager/blob/HEAD/LICENSE,Apache-2.0
github.com/irbekrm/cert-manager/acmesolver-binary,https://github.com/irbekrm/cert-manager/blob/HEAD/acmesolver-binary/LICENSE,Apache-2.0
github.com/cespare/xxhash/v2,https://github.com/cespare/xxhash/blob/v2.2.0/LICENSE.txt,MIT
github.com/go-logr/logr,https://github.com/go-logr/logr/blob/v1.2.4/LICENSE,Apache-2.0
github.com/go-logr/zapr,https://github.com/go-logr/zapr/blob/v1.2.3/LICENSE,Apache-2.0
Expand Down
8 changes: 4 additions & 4 deletions cmd/acmesolver/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ import (
"github.com/spf13/cobra"
"k8s.io/component-base/logs"

"github.com/cert-manager/cert-manager/internal/cmd/util"
"github.com/cert-manager/cert-manager/pkg/issuer/acme/http/solver"
logf "github.com/cert-manager/cert-manager/pkg/logs"
"github.com/irbekrm/cert-manager/internal/cmd/util"
"github.com/irbekrm/cert-manager/pkg/issuer/acme/http/solver"
logf "github.com/irbekrm/cert-manager/pkg/logs"
)

func NewACMESolverCommand(stopCh <-chan struct{}) *cobra.Command {
Expand Down Expand Up @@ -74,7 +74,7 @@ func NewACMESolverCommand(stopCh <-chan struct{}) *cobra.Command {
cmd.Flags().StringVar(&s.Token, "token", "", "the challenge token to verify against")
cmd.Flags().StringVar(&s.Key, "key", "", "the challenge key to respond with")

// TODO(@inteon): use flags to configure the log configuration (https://github.com/cert-manager/cert-manager/issues/6021)
// TODO(@inteon): use flags to configure the log configuration (https://github.com/irbekrm/cert-manager/issues/6021)

return cmd
}
6 changes: 3 additions & 3 deletions cmd/acmesolver/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module github.com/cert-manager/cert-manager/acmesolver-binary
module github.com/irbekrm/cert-manager/acmesolver-binary

go 1.20

replace github.com/cert-manager/cert-manager => ../../
replace github.com/irbekrm/cert-manager => ../../

require (
github.com/cert-manager/cert-manager v0.0.0-00010101000000-000000000000
github.com/irbekrm/cert-manager v0.0.0-00010101000000-000000000000
github.com/spf13/cobra v1.7.0
k8s.io/component-base v0.27.1
)
Expand Down
6 changes: 3 additions & 3 deletions cmd/acmesolver/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ limitations under the License.
package main

import (
"github.com/cert-manager/cert-manager/acmesolver-binary/app"
"github.com/cert-manager/cert-manager/internal/cmd/util"
logf "github.com/cert-manager/cert-manager/pkg/logs"
"github.com/irbekrm/cert-manager/acmesolver-binary/app"
"github.com/irbekrm/cert-manager/internal/cmd/util"
logf "github.com/irbekrm/cert-manager/pkg/logs"
)

// acmesolver solves ACME http-01 challenges. This is intended to run as a pod
Expand Down
4 changes: 2 additions & 2 deletions cmd/cainjector/LICENSES
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/beorn7/perks/quantile,https://github.com/beorn7/perks/blob/v1.0.1/LICENSE,MIT
github.com/blang/semver/v4,https://github.com/blang/semver/blob/v4.0.0/v4/LICENSE,MIT
github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager/blob/HEAD/LICENSE,Apache-2.0
github.com/cert-manager/cert-manager/cainjector-binary,https://github.com/cert-manager/cert-manager/blob/HEAD/cainjector-binary/LICENSE,Apache-2.0
github.com/irbekrm/cert-manager,https://github.com/irbekrm/cert-manager/blob/HEAD/LICENSE,Apache-2.0
github.com/irbekrm/cert-manager/cainjector-binary,https://github.com/irbekrm/cert-manager/blob/HEAD/cainjector-binary/LICENSE,Apache-2.0
github.com/cespare/xxhash/v2,https://github.com/cespare/xxhash/blob/v2.2.0/LICENSE.txt,MIT
github.com/davecgh/go-spew/spew,https://github.com/davecgh/go-spew/blob/v1.1.1/LICENSE,ISC
github.com/emicklei/go-restful/v3,https://github.com/emicklei/go-restful/blob/v3.10.1/LICENSE,MIT
Expand Down
14 changes: 7 additions & 7 deletions cmd/cainjector/app/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ import (
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/client/config"

cmdutil "github.com/cert-manager/cert-manager/internal/cmd/util"
"github.com/cert-manager/cert-manager/pkg/api"
"github.com/cert-manager/cert-manager/pkg/controller/cainjector"
logf "github.com/cert-manager/cert-manager/pkg/logs"
"github.com/cert-manager/cert-manager/pkg/util"
utilfeature "github.com/cert-manager/cert-manager/pkg/util/feature"
"github.com/cert-manager/cert-manager/pkg/util/profiling"
cmdutil "github.com/irbekrm/cert-manager/internal/cmd/util"
"github.com/irbekrm/cert-manager/pkg/api"
"github.com/irbekrm/cert-manager/pkg/controller/cainjector"
logf "github.com/irbekrm/cert-manager/pkg/logs"
"github.com/irbekrm/cert-manager/pkg/util"
utilfeature "github.com/irbekrm/cert-manager/pkg/util/feature"
"github.com/irbekrm/cert-manager/pkg/util/profiling"
)

// InjectorControllerOptions is a struct having injector controller options values
Expand Down
6 changes: 3 additions & 3 deletions cmd/cainjector/go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module github.com/cert-manager/cert-manager/cainjector-binary
module github.com/irbekrm/cert-manager/cainjector-binary

go 1.20

replace github.com/cert-manager/cert-manager => ../../
replace github.com/irbekrm/cert-manager => ../../

// remove this once controller-runtime v0.15.0 is released
replace sigs.k8s.io/controller-runtime v0.14.6 => sigs.k8s.io/controller-runtime v0.15.0-alpha.0.0.20230511044310-c2e3d6d6350e

require (
github.com/cert-manager/cert-manager v0.0.0-00010101000000-000000000000
github.com/irbekrm/cert-manager v0.0.0-00010101000000-000000000000
github.com/go-logr/logr v1.2.4
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
Expand Down
6 changes: 3 additions & 3 deletions cmd/cainjector/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ import (

ctrl "sigs.k8s.io/controller-runtime"

"github.com/cert-manager/cert-manager/cainjector-binary/app"
"github.com/cert-manager/cert-manager/internal/cmd/util"
logf "github.com/cert-manager/cert-manager/pkg/logs"
"github.com/irbekrm/cert-manager/cainjector-binary/app"
"github.com/irbekrm/cert-manager/internal/cmd/util"
logf "github.com/irbekrm/cert-manager/pkg/logs"
)

func main() {
Expand Down
14 changes: 7 additions & 7 deletions cmd/controller/LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ github.com/beorn7/perks/quantile,https://github.com/beorn7/perks/blob/v1.0.1/LIC
github.com/blang/semver/v4,https://github.com/blang/semver/blob/v4.0.0/v4/LICENSE,MIT
github.com/cenkalti/backoff/v3,https://github.com/cenkalti/backoff/blob/v3.0.0/LICENSE,MIT
github.com/cenkalti/backoff/v4,https://github.com/cenkalti/backoff/blob/v4.2.1/LICENSE,MIT
github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager/blob/HEAD/LICENSE,Apache-2.0
github.com/cert-manager/cert-manager/controller-binary,https://github.com/cert-manager/cert-manager/blob/HEAD/controller-binary/LICENSE,Apache-2.0
github.com/cert-manager/cert-manager/pkg/issuer/acme/dns/azuredns,https://github.com/cert-manager/cert-manager/blob/HEAD/pkg/issuer/acme/dns/azuredns/LICENSE,MIT
github.com/cert-manager/cert-manager/pkg/issuer/acme/dns/clouddns,https://github.com/cert-manager/cert-manager/blob/HEAD/pkg/issuer/acme/dns/clouddns/LICENSE,MIT
github.com/cert-manager/cert-manager/pkg/issuer/acme/dns/cloudflare,https://github.com/cert-manager/cert-manager/blob/HEAD/pkg/issuer/acme/dns/cloudflare/LICENSE,MIT
github.com/cert-manager/cert-manager/pkg/issuer/acme/dns/route53,https://github.com/cert-manager/cert-manager/blob/HEAD/pkg/issuer/acme/dns/route53/LICENSE,MIT
github.com/cert-manager/cert-manager/pkg/issuer/acme/dns/util,https://github.com/cert-manager/cert-manager/blob/HEAD/pkg/issuer/acme/dns/util/LICENSE,MIT
github.com/irbekrm/cert-manager,https://github.com/irbekrm/cert-manager/blob/HEAD/LICENSE,Apache-2.0
github.com/irbekrm/cert-manager/controller-binary,https://github.com/irbekrm/cert-manager/blob/HEAD/controller-binary/LICENSE,Apache-2.0
github.com/irbekrm/cert-manager/pkg/issuer/acme/dns/azuredns,https://github.com/irbekrm/cert-manager/blob/HEAD/pkg/issuer/acme/dns/azuredns/LICENSE,MIT
github.com/irbekrm/cert-manager/pkg/issuer/acme/dns/clouddns,https://github.com/irbekrm/cert-manager/blob/HEAD/pkg/issuer/acme/dns/clouddns/LICENSE,MIT
github.com/irbekrm/cert-manager/pkg/issuer/acme/dns/cloudflare,https://github.com/irbekrm/cert-manager/blob/HEAD/pkg/issuer/acme/dns/cloudflare/LICENSE,MIT
github.com/irbekrm/cert-manager/pkg/issuer/acme/dns/route53,https://github.com/irbekrm/cert-manager/blob/HEAD/pkg/issuer/acme/dns/route53/LICENSE,MIT
github.com/irbekrm/cert-manager/pkg/issuer/acme/dns/util,https://github.com/irbekrm/cert-manager/blob/HEAD/pkg/issuer/acme/dns/util/LICENSE,MIT
github.com/cespare/xxhash/v2,https://github.com/cespare/xxhash/blob/v2.2.0/LICENSE.txt,MIT
github.com/coreos/go-semver/semver,https://github.com/coreos/go-semver/blob/v0.3.0/LICENSE,Apache-2.0
github.com/coreos/go-systemd/v22/journal,https://github.com/coreos/go-systemd/blob/v22.5.0/LICENSE,Apache-2.0
Expand Down
24 changes: 12 additions & 12 deletions cmd/controller/app/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ import (
"k8s.io/client-go/tools/record"
"k8s.io/utils/clock"

"github.com/cert-manager/cert-manager/controller-binary/app/options"
cmdutil "github.com/cert-manager/cert-manager/internal/cmd/util"
"github.com/cert-manager/cert-manager/internal/controller/feature"
"github.com/cert-manager/cert-manager/pkg/acme/accounts"
"github.com/cert-manager/cert-manager/pkg/controller"
"github.com/cert-manager/cert-manager/pkg/controller/clusterissuers"
"github.com/cert-manager/cert-manager/pkg/healthz"
dnsutil "github.com/cert-manager/cert-manager/pkg/issuer/acme/dns/util"
logf "github.com/cert-manager/cert-manager/pkg/logs"
"github.com/cert-manager/cert-manager/pkg/metrics"
utilfeature "github.com/cert-manager/cert-manager/pkg/util/feature"
"github.com/cert-manager/cert-manager/pkg/util/profiling"
"github.com/irbekrm/cert-manager/controller-binary/app/options"
cmdutil "github.com/irbekrm/cert-manager/internal/cmd/util"
"github.com/irbekrm/cert-manager/internal/controller/feature"
"github.com/irbekrm/cert-manager/pkg/acme/accounts"
"github.com/irbekrm/cert-manager/pkg/controller"
"github.com/irbekrm/cert-manager/pkg/controller/clusterissuers"
"github.com/irbekrm/cert-manager/pkg/healthz"
dnsutil "github.com/irbekrm/cert-manager/pkg/issuer/acme/dns/util"
logf "github.com/irbekrm/cert-manager/pkg/logs"
"github.com/irbekrm/cert-manager/pkg/metrics"
utilfeature "github.com/irbekrm/cert-manager/pkg/util/feature"
"github.com/irbekrm/cert-manager/pkg/util/profiling"
)

func Run(opts *options.ControllerOptions, stopCh <-chan struct{}) error {
Expand Down
Loading

0 comments on commit 50fd9c9

Please sign in to comment.