Change import paths jetstack/cert-manager ->

`cert-manager/cert-manager`

Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
This commit is contained in:
joshvanl 2022-02-07 14:23:29 +00:00
parent 391dea4f60
commit 57c33446bc

View File

@ -24,8 +24,8 @@ import (
certificatesapply "k8s.io/client-go/applyconfigurations/certificates/v1"
certificatesclient "k8s.io/client-go/kubernetes/typed/certificates/v1"
"github.com/jetstack/cert-manager/internal/controller/feature"
utilfeature "github.com/jetstack/cert-manager/pkg/util/feature"
"github.com/cert-manager/cert-manager/internal/controller/feature"
utilfeature "github.com/cert-manager/cert-manager/pkg/util/feature"
)
// UpdateOrApplyStatus will update a CertificateSigningRequest's status, or