File tree Expand file tree Collapse file tree 7 files changed +2
-2
lines changed
github.com/kubernetes/kubectl/pkg/cmd/apply
k8s.io/apimachinery/pkg/util/sets Expand file tree Collapse file tree 7 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import (
33
33
"k8s.io/client-go/dynamic"
34
34
"k8s.io/klog/v2"
35
35
"sigs.k8s.io/controller-runtime/pkg/client"
36
- kubectlapply "sigs.k8s.io/kubebuilder-declarative-pattern/applylib/third_party/ forked/github.com/kubernetes/kubectl/pkg/cmd/apply"
36
+ kubectlapply "sigs.k8s.io/kubebuilder-declarative-pattern/applylib/forked/github.com/kubernetes/kubectl/pkg/cmd/apply"
37
37
)
38
38
39
39
// ApplySet is a set of objects that we want to apply to the cluster.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import (
30
30
"k8s.io/apimachinery/pkg/runtime/schema"
31
31
utilerrors "k8s.io/apimachinery/pkg/util/errors"
32
32
"k8s.io/client-go/dynamic"
33
- "sigs.k8s.io/kubebuilder-declarative-pattern/applylib/third_party/ forked/k8s.io/apimachinery/pkg/util/sets"
33
+ "sigs.k8s.io/kubebuilder-declarative-pattern/applylib/forked/k8s.io/apimachinery/pkg/util/sets"
34
34
)
35
35
36
36
// Label and annotation keys from the ApplySet specification.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments