Skip to content

Commit 245e157

Browse files
manusaPer Goncalves da Silva
authored andcommitted
fix: add missing comment tags for Conditions (openshift#365)
Upstream-repository: api Upstream-commit: 413605f4294792d62fabeed39923b894de131dfc
1 parent e260fbd commit 245e157

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

staging/api/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

vendor/github.com/operator-framework/api/pkg/operators/v1alpha1/installplan_types.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)