Skip to content

Commit 413605f

Browse files
authored
fix: add missing comment tags for Conditions (#365)
1 parent e09acef commit 413605f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/operators/v1alpha1/installplan_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ type BundleLookup struct {
277277
CatalogSourceRef *corev1.ObjectReference `json:"catalogSourceRef"`
278278
// Conditions represents the overall state of a BundleLookup.
279279
// +optional
280+
// +patchMergeKey=type
281+
// +patchStrategy=merge
280282
Conditions []BundleLookupCondition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type"`
281283
// The effective properties of the unpacked bundle.
282284
// +optional

0 commit comments

Comments
 (0)