Skip to content

Commit 3a055cc

Browse files
committed
rename all uses of github.com/jetstack/cert-manager
This was done by running the following command twice: ```bash grep -Ri "github.com/jetstack/cert-manager" . | \ cut -d":" -f1 | \ sort | \ uniq | \ xargs sed -i "s/github.com\/jetstack\/cert-manager/github.com\/cert-manager\/cert-manager/" ``` Signed-off-by: Ashley Davis <[email protected]>
1 parent ee8ec69 commit 3a055cc

File tree

888 files changed

+2458
-2458
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

888 files changed

+2458
-2458
lines changed

.krew.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: cert-manager
55
spec:
66
version: {{ .TagName }}
7-
homepage: https://github.com/jetstack/cert-manager
7+
homepage: https://github.com/cert-manager/cert-manager
88
shortDescription: Manage cert-manager resources inside your cluster
99
description: |
1010
The official plugin accompanying cert-manger, a Kubernetes add-on to
@@ -16,35 +16,35 @@ spec:
1616
matchLabels:
1717
os: darwin
1818
arch: amd64
19-
{{addURIAndSha "https://github.com/jetstack/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-darwin-amd64.tar.gz" .TagName }}
19+
{{addURIAndSha "https://github.com/cert-manager/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-darwin-amd64.tar.gz" .TagName }}
2020
bin: kubectl-cert_manager
2121
- selector:
2222
matchLabels:
2323
os: darwin
2424
arch: arm64
25-
{{addURIAndSha "https://github.com/jetstack/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-darwin-arm64.tar.gz" .TagName }}
25+
{{addURIAndSha "https://github.com/cert-manager/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-darwin-arm64.tar.gz" .TagName }}
2626
bin: kubectl-cert_manager
2727
- selector:
2828
matchLabels:
2929
os: linux
3030
arch: amd64
31-
{{addURIAndSha "https://github.com/jetstack/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-linux-amd64.tar.gz" .TagName }}
31+
{{addURIAndSha "https://github.com/cert-manager/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-linux-amd64.tar.gz" .TagName }}
3232
bin: kubectl-cert_manager
3333
- selector:
3434
matchLabels:
3535
os: linux
3636
arch: arm
37-
{{addURIAndSha "https://github.com/jetstack/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-linux-arm.tar.gz" .TagName }}
37+
{{addURIAndSha "https://github.com/cert-manager/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-linux-arm.tar.gz" .TagName }}
3838
bin: kubectl-cert_manager
3939
- selector:
4040
matchLabels:
4141
os: linux
4242
arch: arm64
43-
{{addURIAndSha "https://github.com/jetstack/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-linux-arm64.tar.gz" .TagName }}
43+
{{addURIAndSha "https://github.com/cert-manager/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-linux-arm64.tar.gz" .TagName }}
4444
bin: kubectl-cert_manager
4545
- selector:
4646
matchLabels:
4747
os: windows
4848
arch: amd64
49-
{{addURIAndSha "https://github.com/jetstack/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-windows-amd64.tar.gz" .TagName }}
49+
{{addURIAndSha "https://github.com/cert-manager/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-windows-amd64.tar.gz" .TagName }}
5050
bin: kubectl-cert_manager

BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gazelle:prefix github.com/jetstack/cert-manager
1+
# gazelle:prefix github.com/cert-manager/cert-manager
22
# gazelle:proto disable_global
33
# gazelle:exclude docs/generated/reference/generate/json_swagger
44

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PLATFORM := @io_bazel_rules_go//go/toolchain:linux_amd64
2525
# OPTIONS YOU PROBABLY DON'T NEED TO MODIFY UNLESS DOING SOMETHING VERY SPECIFIC.
2626
###############
2727

28-
# Set an alternative base image https://github.com/jetstack/cert-manager/blob/master/build/BUILD.bazel#L42
28+
# Set an alternative base image https://github.com/cert-manager/cert-manager/blob/master/build/BUILD.bazel#L42
2929
BASE_IMAGE := static
3030
BAZEL_IMAGES_FLAGS := --define image_type=$(BASE_IMAGE)
3131
# Ensure non cgo by default

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<!-- prow build badge, godoc, and go report card-->
44
<img alt="Build Status" src="https://prow.build-infra.jetstack.net/badge.svg?jobs=ci-cert-manager-bazel">
55
</a>
6-
<a href="https://godoc.org/github.com/jetstack/cert-manager"><img src="https://godoc.org/github.com/jetstack/cert-manager?status.svg"></a>
7-
<a href="https://goreportcard.com/report/github.com/jetstack/cert-manager"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/jetstack/cert-manager" /></a>
6+
<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>
7+
<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>
88
<br />
99
<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>
1010
</p>
@@ -52,7 +52,7 @@ on the [Kubernetes Slack](http://slack.kubernetes.io/).
5252
There are a lot of community members in this channel, and you can often get an answer
5353
to your question straight away!
5454

55-
You can also try [searching for an existing issue](https://github.com/jetstack/cert-manager/issues).
55+
You can also try [searching for an existing issue](https://github.com/cert-manager/cert-manager/issues).
5656
Properly searching for an existing issue will help reduce the number of duplicates,
5757
and help you find the answer you are looking for quicker.
5858

@@ -61,7 +61,7 @@ before opening an issue. You can also search the documentation using the search
6161
top left of the page.
6262

6363
If you believe you have encountered a bug, and cannot find an existing issue similar to your
64-
own, you may [open a new issue](https://github.com/jetstack/cert-manager/issues).
64+
own, you may [open a new issue](https://github.com/cert-manager/cert-manager/issues).
6565
Please be sure to include as much information as possible about your environment.
6666

6767
## Community
@@ -89,7 +89,7 @@ We welcome pull requests with open arms! There's a lot of work to do here, and
8989
we're especially concerned with ensuring the longevity and reliability of the
9090
project.
9191

92-
Please take a look at our [issue tracker](https://github.com/jetstack/cert-manager/issues)
92+
Please take a look at our [issue tracker](https://github.com/cert-manager/cert-manager/issues)
9393
if you are unsure where to start with getting involved!
9494

9595
We also use the #cert-manager and #cert-manager-dev channels on [Kubernetes Slack](https://kubernetes.slack.com)
@@ -121,7 +121,7 @@ vulnerability to the team.
121121

122122
## Changelog
123123

124-
The [list of releases](https://github.com/jetstack/cert-manager/releases)
124+
The [list of releases](https://github.com/cert-manager/cert-manager/releases)
125125
is the best place to look for information on changes between releases.
126126

127127
<sub><sup>Logo design by [Zoe Paterson](https://zoepatersonmedia.com)</sup></sub>

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ reporting processes.
1111

1212
When we say "a security vulnerability in cert-manager" we mean a security issue
1313
in any repository under the [cert-manger GitHub organization](https://github.com/cert-manager/)
14-
or in the main [cert-manager repo](https://github.com/jetstack/cert-manager).
14+
or in the main [cert-manager repo](https://github.com/cert-manager/cert-manager).
1515

1616
This reporting process is intended only for security issues in the cert-manager
1717
project itself, and doesn't apply to applications _using_ cert-manager or to

build/version.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
def version_x_defs(x_defs, variant = None):
1717
# This should match the list of packages in kube::version::ldflag
1818
stamp_pkgs = [
19-
"github.com/jetstack/cert-manager/pkg/util",
19+
"github.com/cert-manager/cert-manager/pkg/util",
2020
]
2121

2222
# This should match the list of vars in kube::version::ldflags

cmd/acmesolver/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ load("//build:go_binary.bzl", "go_binary")
44
go_library(
55
name = "go_default_library",
66
srcs = ["main.go"],
7-
importpath = "github.com/jetstack/cert-manager/cmd/acmesolver",
7+
importpath = "github.com/cert-manager/cert-manager/cmd/acmesolver",
88
visibility = ["//visibility:private"],
99
deps = [
1010
"//cmd/acmesolver/app:go_default_library",

cmd/acmesolver/app/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
33
go_library(
44
name = "go_default_library",
55
srcs = ["app.go"],
6-
importpath = "github.com/jetstack/cert-manager/cmd/acmesolver/app",
6+
importpath = "github.com/cert-manager/cert-manager/cmd/acmesolver/app",
77
visibility = ["//visibility:public"],
88
deps = [
99
"//cmd/util:go_default_library",

cmd/acmesolver/app/app.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ import (
2222

2323
"github.com/spf13/cobra"
2424

25-
"github.com/jetstack/cert-manager/cmd/util"
26-
"github.com/jetstack/cert-manager/pkg/issuer/acme/http/solver"
27-
logf "github.com/jetstack/cert-manager/pkg/logs"
25+
"github.com/cert-manager/cert-manager/cmd/util"
26+
"github.com/cert-manager/cert-manager/pkg/issuer/acme/http/solver"
27+
logf "github.com/cert-manager/cert-manager/pkg/logs"
2828
)
2929

3030
func NewACMESolverCommand(stopCh <-chan struct{}) *cobra.Command {

cmd/acmesolver/main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import (
2020
"fmt"
2121
"os"
2222

23-
"github.com/jetstack/cert-manager/cmd/acmesolver/app"
24-
"github.com/jetstack/cert-manager/cmd/util"
23+
"github.com/cert-manager/cert-manager/cmd/acmesolver/app"
24+
"github.com/cert-manager/cert-manager/cmd/util"
2525
)
2626

2727
// acmesolver solves ACME http-01 challenges. This is intended to run as a pod

cmd/cainjector/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ load("//build:go_binary.bzl", "go_binary")
44
go_library(
55
name = "go_default_library",
66
srcs = ["main.go"],
7-
importpath = "github.com/jetstack/cert-manager/cmd/cainjector",
7+
importpath = "github.com/cert-manager/cert-manager/cmd/cainjector",
88
visibility = ["//visibility:private"],
99
deps = [
1010
"//cmd/cainjector/app:go_default_library",

cmd/cainjector/app/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
33
go_library(
44
name = "go_default_library",
55
srcs = ["start.go"],
6-
importpath = "github.com/jetstack/cert-manager/cmd/cainjector/app",
6+
importpath = "github.com/cert-manager/cert-manager/cmd/cainjector/app",
77
visibility = ["//visibility:public"],
88
deps = [
99
"//cmd/util:go_default_library",

cmd/cainjector/app/start.go

+6-6
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ import (
3131
_ "k8s.io/client-go/plugin/pkg/client/auth"
3232
ctrl "sigs.k8s.io/controller-runtime"
3333

34-
cmdutil "github.com/jetstack/cert-manager/cmd/util"
35-
"github.com/jetstack/cert-manager/pkg/api"
36-
"github.com/jetstack/cert-manager/pkg/controller/cainjector"
37-
logf "github.com/jetstack/cert-manager/pkg/logs"
38-
"github.com/jetstack/cert-manager/pkg/util"
39-
"github.com/jetstack/cert-manager/pkg/util/profiling"
34+
cmdutil "github.com/cert-manager/cert-manager/cmd/util"
35+
"github.com/cert-manager/cert-manager/pkg/api"
36+
"github.com/cert-manager/cert-manager/pkg/controller/cainjector"
37+
logf "github.com/cert-manager/cert-manager/pkg/logs"
38+
"github.com/cert-manager/cert-manager/pkg/util"
39+
"github.com/cert-manager/cert-manager/pkg/util/profiling"
4040
)
4141

4242
// InjectorControllerOptions is a struct having injector controller options values

cmd/cainjector/main.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ import (
2424

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

27-
"github.com/jetstack/cert-manager/cmd/cainjector/app"
28-
"github.com/jetstack/cert-manager/cmd/util"
29-
logf "github.com/jetstack/cert-manager/pkg/logs"
27+
"github.com/cert-manager/cert-manager/cmd/cainjector/app"
28+
"github.com/cert-manager/cert-manager/cmd/util"
29+
logf "github.com/cert-manager/cert-manager/pkg/logs"
3030
)
3131

3232
func main() {

cmd/controller/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ load("//build:go_binary.bzl", "go_binary")
44
go_library(
55
name = "go_default_library",
66
srcs = ["main.go"],
7-
importpath = "github.com/jetstack/cert-manager/cmd/controller",
7+
importpath = "github.com/cert-manager/cert-manager/cmd/controller",
88
visibility = ["//visibility:private"],
99
deps = [
1010
"//cmd/controller/app:go_default_library",

cmd/controller/app/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ go_library(
66
"controller.go",
77
"start.go",
88
],
9-
importpath = "github.com/jetstack/cert-manager/cmd/controller/app",
9+
importpath = "github.com/cert-manager/cert-manager/cmd/controller/app",
1010
visibility = ["//visibility:public"],
1111
deps = [
1212
"//cmd/controller/app/options:go_default_library",

cmd/controller/app/controller.go

+11-11
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ import (
3434
"k8s.io/client-go/tools/record"
3535
"k8s.io/utils/clock"
3636

37-
"github.com/jetstack/cert-manager/cmd/controller/app/options"
38-
cmdutil "github.com/jetstack/cert-manager/cmd/util"
39-
"github.com/jetstack/cert-manager/internal/controller/feature"
40-
"github.com/jetstack/cert-manager/pkg/acme/accounts"
41-
"github.com/jetstack/cert-manager/pkg/controller"
42-
"github.com/jetstack/cert-manager/pkg/controller/clusterissuers"
43-
dnsutil "github.com/jetstack/cert-manager/pkg/issuer/acme/dns/util"
44-
logf "github.com/jetstack/cert-manager/pkg/logs"
45-
"github.com/jetstack/cert-manager/pkg/metrics"
46-
utilfeature "github.com/jetstack/cert-manager/pkg/util/feature"
47-
"github.com/jetstack/cert-manager/pkg/util/profiling"
37+
"github.com/cert-manager/cert-manager/cmd/controller/app/options"
38+
cmdutil "github.com/cert-manager/cert-manager/cmd/util"
39+
"github.com/cert-manager/cert-manager/internal/controller/feature"
40+
"github.com/cert-manager/cert-manager/pkg/acme/accounts"
41+
"github.com/cert-manager/cert-manager/pkg/controller"
42+
"github.com/cert-manager/cert-manager/pkg/controller/clusterissuers"
43+
dnsutil "github.com/cert-manager/cert-manager/pkg/issuer/acme/dns/util"
44+
logf "github.com/cert-manager/cert-manager/pkg/logs"
45+
"github.com/cert-manager/cert-manager/pkg/metrics"
46+
utilfeature "github.com/cert-manager/cert-manager/pkg/util/feature"
47+
"github.com/cert-manager/cert-manager/pkg/util/profiling"
4848
)
4949

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

cmd/controller/app/options/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
33
go_library(
44
name = "go_default_library",
55
srcs = ["options.go"],
6-
importpath = "github.com/jetstack/cert-manager/cmd/controller/app/options",
6+
importpath = "github.com/cert-manager/cert-manager/cmd/controller/app/options",
77
visibility = ["//visibility:public"],
88
deps = [
99
"//cmd/util:go_default_library",

cmd/controller/app/options/options.go

+30-30
Original file line numberDiff line numberDiff line change
@@ -25,36 +25,36 @@ import (
2525
"github.com/spf13/pflag"
2626
"k8s.io/apimachinery/pkg/util/sets"
2727

28-
cmdutil "github.com/jetstack/cert-manager/cmd/util"
29-
"github.com/jetstack/cert-manager/internal/controller/feature"
30-
cm "github.com/jetstack/cert-manager/pkg/apis/certmanager"
31-
challengescontroller "github.com/jetstack/cert-manager/pkg/controller/acmechallenges"
32-
orderscontroller "github.com/jetstack/cert-manager/pkg/controller/acmeorders"
33-
shimgatewaycontroller "github.com/jetstack/cert-manager/pkg/controller/certificate-shim/gateways"
34-
shimingresscontroller "github.com/jetstack/cert-manager/pkg/controller/certificate-shim/ingresses"
35-
cracmecontroller "github.com/jetstack/cert-manager/pkg/controller/certificaterequests/acme"
36-
crapprovercontroller "github.com/jetstack/cert-manager/pkg/controller/certificaterequests/approver"
37-
crcacontroller "github.com/jetstack/cert-manager/pkg/controller/certificaterequests/ca"
38-
crselfsignedcontroller "github.com/jetstack/cert-manager/pkg/controller/certificaterequests/selfsigned"
39-
crvaultcontroller "github.com/jetstack/cert-manager/pkg/controller/certificaterequests/vault"
40-
crvenaficontroller "github.com/jetstack/cert-manager/pkg/controller/certificaterequests/venafi"
41-
"github.com/jetstack/cert-manager/pkg/controller/certificates/issuing"
42-
"github.com/jetstack/cert-manager/pkg/controller/certificates/keymanager"
43-
certificatesmetricscontroller "github.com/jetstack/cert-manager/pkg/controller/certificates/metrics"
44-
"github.com/jetstack/cert-manager/pkg/controller/certificates/readiness"
45-
"github.com/jetstack/cert-manager/pkg/controller/certificates/requestmanager"
46-
"github.com/jetstack/cert-manager/pkg/controller/certificates/revisionmanager"
47-
"github.com/jetstack/cert-manager/pkg/controller/certificates/trigger"
48-
csracmecontroller "github.com/jetstack/cert-manager/pkg/controller/certificatesigningrequests/acme"
49-
csrcacontroller "github.com/jetstack/cert-manager/pkg/controller/certificatesigningrequests/ca"
50-
csrselfsignedcontroller "github.com/jetstack/cert-manager/pkg/controller/certificatesigningrequests/selfsigned"
51-
csrvaultcontroller "github.com/jetstack/cert-manager/pkg/controller/certificatesigningrequests/vault"
52-
csrvenaficontroller "github.com/jetstack/cert-manager/pkg/controller/certificatesigningrequests/venafi"
53-
clusterissuerscontroller "github.com/jetstack/cert-manager/pkg/controller/clusterissuers"
54-
issuerscontroller "github.com/jetstack/cert-manager/pkg/controller/issuers"
55-
logf "github.com/jetstack/cert-manager/pkg/logs"
56-
"github.com/jetstack/cert-manager/pkg/util"
57-
utilfeature "github.com/jetstack/cert-manager/pkg/util/feature"
28+
cmdutil "github.com/cert-manager/cert-manager/cmd/util"
29+
"github.com/cert-manager/cert-manager/internal/controller/feature"
30+
cm "github.com/cert-manager/cert-manager/pkg/apis/certmanager"
31+
challengescontroller "github.com/cert-manager/cert-manager/pkg/controller/acmechallenges"
32+
orderscontroller "github.com/cert-manager/cert-manager/pkg/controller/acmeorders"
33+
shimgatewaycontroller "github.com/cert-manager/cert-manager/pkg/controller/certificate-shim/gateways"
34+
shimingresscontroller "github.com/cert-manager/cert-manager/pkg/controller/certificate-shim/ingresses"
35+
cracmecontroller "github.com/cert-manager/cert-manager/pkg/controller/certificaterequests/acme"
36+
crapprovercontroller "github.com/cert-manager/cert-manager/pkg/controller/certificaterequests/approver"
37+
crcacontroller "github.com/cert-manager/cert-manager/pkg/controller/certificaterequests/ca"
38+
crselfsignedcontroller "github.com/cert-manager/cert-manager/pkg/controller/certificaterequests/selfsigned"
39+
crvaultcontroller "github.com/cert-manager/cert-manager/pkg/controller/certificaterequests/vault"
40+
crvenaficontroller "github.com/cert-manager/cert-manager/pkg/controller/certificaterequests/venafi"
41+
"github.com/cert-manager/cert-manager/pkg/controller/certificates/issuing"
42+
"github.com/cert-manager/cert-manager/pkg/controller/certificates/keymanager"
43+
certificatesmetricscontroller "github.com/cert-manager/cert-manager/pkg/controller/certificates/metrics"
44+
"github.com/cert-manager/cert-manager/pkg/controller/certificates/readiness"
45+
"github.com/cert-manager/cert-manager/pkg/controller/certificates/requestmanager"
46+
"github.com/cert-manager/cert-manager/pkg/controller/certificates/revisionmanager"
47+
"github.com/cert-manager/cert-manager/pkg/controller/certificates/trigger"
48+
csracmecontroller "github.com/cert-manager/cert-manager/pkg/controller/certificatesigningrequests/acme"
49+
csrcacontroller "github.com/cert-manager/cert-manager/pkg/controller/certificatesigningrequests/ca"
50+
csrselfsignedcontroller "github.com/cert-manager/cert-manager/pkg/controller/certificatesigningrequests/selfsigned"
51+
csrvaultcontroller "github.com/cert-manager/cert-manager/pkg/controller/certificatesigningrequests/vault"
52+
csrvenaficontroller "github.com/cert-manager/cert-manager/pkg/controller/certificatesigningrequests/venafi"
53+
clusterissuerscontroller "github.com/cert-manager/cert-manager/pkg/controller/clusterissuers"
54+
issuerscontroller "github.com/cert-manager/cert-manager/pkg/controller/issuers"
55+
logf "github.com/cert-manager/cert-manager/pkg/logs"
56+
"github.com/cert-manager/cert-manager/pkg/util"
57+
utilfeature "github.com/cert-manager/cert-manager/pkg/util/feature"
5858
)
5959

6060
type ControllerOptions struct {

0 commit comments

Comments
 (0)