mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
pkg/util: move uuid and strategicpatch into k8s.io/apimachinery
This commit is contained in:
@@ -23,8 +23,8 @@ import (
|
||||
"github.com/evanphx/json-patch"
|
||||
"github.com/golang/glog"
|
||||
|
||||
"k8s.io/apimachinery/pkg/util/strategicpatch"
|
||||
"k8s.io/apimachinery/pkg/util/yaml"
|
||||
"k8s.io/kubernetes/pkg/util/strategicpatch"
|
||||
)
|
||||
|
||||
// Delta represents a change between two JSON documents.
|
||||
|
||||
Reference in New Issue
Block a user