We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09acef commit 413605fCopy full SHA for 413605f
pkg/operators/v1alpha1/installplan_types.go
@@ -277,6 +277,8 @@ type BundleLookup struct {
277
CatalogSourceRef *corev1.ObjectReference `json:"catalogSourceRef"`
278
// Conditions represents the overall state of a BundleLookup.
279
// +optional
280
+ // +patchMergeKey=type
281
+ // +patchStrategy=merge
282
Conditions []BundleLookupCondition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type"`
283
// The effective properties of the unpacked bundle.
284
0 commit comments