Skip to content

Commit 2f2483e

Browse files
committed
task generate
1 parent 3a2da7b commit 2f2483e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/conditions/updater.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ import (
55
"slices"
66
"strings"
77

8-
"github.com/openmcp-project/controller-utils/pkg/collections"
98
corev1 "k8s.io/api/core/v1"
109
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1110
"k8s.io/apimachinery/pkg/runtime"
1211
"k8s.io/apimachinery/pkg/util/sets"
1312
"k8s.io/client-go/tools/record"
13+
14+
"github.com/openmcp-project/controller-utils/pkg/collections"
1415
)
1516

1617
const EventReasonConditionChanged = "ConditionChanged"

0 commit comments

Comments
 (0)