dotnet-operator-sdk icon indicating copy to clipboard operation
dotnet-operator-sdk copied to clipboard

[bug]: Log message is wrong for queued reconciliation failure

Open robertcoltheart opened this issue 1 month ago • 0 comments

Describe the bug

When reconciling a V1Secret resource, the {Kind} parameter is null for the log message which gives a very weird logging output:

Queued reconciliation for the entity of type V1Secret for "null/my-secret" failed

To reproduce

Read a V1Secret from a controller and throw an exception during reconciliation.

Expected behavior

No response

Screenshots

No response

Additional Context

No response

robertcoltheart avatar Nov 16 '25 09:11 robertcoltheart