Skip to content

Commit

Permalink
Consolidate imports
Browse files Browse the repository at this point in the history
Signed-off-by: Oren Shomron <shomron@gmail.com>
  • Loading branch information
shomron committed Nov 17, 2020
1 parent 41b90ab commit 5421857
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/mutation/mutator.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
package mutation

import (
"github.com/open-policy-agent/gatekeeper/pkg/mutation/path/parser"
"github.com/pkg/errors"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/meta"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"k8s.io/apimachinery/pkg/runtime"

"github.com/open-policy-agent/gatekeeper/pkg/mutation/path/parser"
)

// ID represent the identifier of a mutation object.
Expand Down

0 comments on commit 5421857

Please sign in to comment.