Change import paths jetstack/cert-manager ->
`cert-manager/cert-manager` Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
This commit is contained in:
parent
391dea4f60
commit
57c33446bc
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user