Skip to content

Commit 1b7beac

Browse files
committed
move applylib/third_party/forked to applylib/forked
1 parent 729d2cb commit 1b7beac

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

applylib/applyset/applyset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333
"k8s.io/client-go/dynamic"
3434
"k8s.io/klog/v2"
3535
"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"
3737
)
3838

3939
// ApplySet is a set of objects that we want to apply to the cluster.

applylib/third_party/forked/github.com/kubernetes/kubectl/pkg/cmd/apply/applyset.go renamed to applylib/forked/github.com/kubernetes/kubectl/pkg/cmd/apply/applyset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"k8s.io/apimachinery/pkg/runtime/schema"
3131
utilerrors "k8s.io/apimachinery/pkg/util/errors"
3232
"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"
3434
)
3535

3636
// Label and annotation keys from the ApplySet specification.

0 commit comments

Comments
 (0)