(No-op) SA1019: Remove deprecated functions usage#2478
Merged
Conversation
…lTrafficPolicyType
🛑 Gate Violations
ℹ️ Info🎯 Code Coverage (details) 🔗 Commit SHA: eed36b0 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
short-circuited on result.Requeue, effectively treating the RequeueAfter result from tag injection as a local "tags were updated" signal rather than generic reconcile flow control. The SA1019 cleanup replaced that logic with !result.IsZero(), but that broadened the condition and caused the controller to return early on any non-zero result. In the required-tag path, that changed behavior by routing control through a generic Result check instead of an explicit "tags were updated" signal. Refactor checkRequiredTags() to return (bool, error) instead: true, nil when tags were added false, err when the update failed false, nil when nothing changed This keeps the deprecation cleanup while making the tag-update path intentional and avoiding misuse of IsZero() for local control flow.
gabedos
approved these changes
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Motivation
Additional Notes
Anything else we should know when reviewing?
Minimum Agent Versions
Are there minimum versions of the Datadog Agent and/or Cluster Agent required?
Describe your test plan
Tested the plugin manually, verified metrics forwarder is still working and is stopped on object removal
Checklist
bug,enhancement,refactoring,documentation,tooling, and/ordependenciesqa/skip-qalabel