We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29a5b7 commit 44aae21Copy full SHA for 44aae21
patch/patch.go
@@ -17,9 +17,8 @@ package patch
17
import (
18
"fmt"
19
20
- json "github.com/json-iterator/go"
21
-
22
"emperror.dev/errors"
+ json "github.com/json-iterator/go"
23
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
24
"k8s.io/apimachinery/pkg/runtime"
25
"k8s.io/apimachinery/pkg/util/jsonmergepatch"
0 commit comments