Skip to content

Commit

Permalink
fix: add missing comment tags for Conditions (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa authored Oct 2, 2024
1 parent e09acef commit 413605f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/operators/v1alpha1/installplan_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ type BundleLookup struct {
CatalogSourceRef *corev1.ObjectReference `json:"catalogSourceRef"`
// Conditions represents the overall state of a BundleLookup.
// +optional
// +patchMergeKey=type
// +patchStrategy=merge
Conditions []BundleLookupCondition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type"`
// The effective properties of the unpacked bundle.
// +optional
Expand Down

0 comments on commit 413605f

Please sign in to comment.