Skip to content

Commit

Permalink
returned ingress_manager back to main
Browse files Browse the repository at this point in the history
  • Loading branch information
aamgayle committed Oct 16, 2023
1 parent 8a75055 commit ecdce88
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/controller/keyvault/ingress_manager.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package keyvault

import (
netv1 "k8s.io/api/networking/v1"
)
import netv1 "k8s.io/api/networking/v1"

// IngressManager returns a boolean indicating whether the Ingress is being managed by us
type IngressManager interface {
Expand Down

0 comments on commit ecdce88

Please sign in to comment.