Skip to content

Commit 73cfe87

Browse files
Per G. da Silvaclaude
andcommitted
🌱 Add inline comment for managedBy parameter in NewObjectEngine
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f311663 commit 73cfe87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/operator-controller/controllers/revision_engine_factory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func (f *defaultRevisionEngineFactory) CreateRevisionEngine(_ context.Context, r
7070
f.Scheme, f.TrackingCache, scopedClient,
7171
machinery.NewComparator(f.DiscoveryClient, f.Scheme, f.FieldOwnerPrefix),
7272
f.FieldOwnerPrefix, f.FieldOwnerPrefix,
73-
f.FieldOwnerPrefix,
73+
f.FieldOwnerPrefix, // managedBy
7474
scopedClient,
7575
),
7676
validation.NewClusterPhaseValidator(f.RESTMapper, scopedClient),

0 commit comments

Comments
 (0)