improve: add information about SSA use to the debug logs by xstefank · Pull Request #2914 · operator-framework/java-operator-sdk

Pull Request Overview

This PR enhances debug logging by adding information about Server-Side Apply (SSA) usage to help with troubleshooting and understanding resource update behavior.

  • Adds SSA flag information to debug log statements in resource update operations
  • Optimizes the SSA check in KubernetesDependentResource by caching the result

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
ReconciliationDispatcher.java Adds SSA usage information to the debug log when patching resources
KubernetesDependentResource.java Adds SSA information to debug logs and optimizes by caching the SSA check result

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.