Fix nil pointer dereference in submitPodGroupAlgorithmResult#137194
Conversation
|
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: macsko The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
|
LGTM label has been added. DetailsGit tree hash: 9e003da34a81d7fbef56506ebff4388de172a2d5 |
What type of PR is this?
/kind bug
/kind flake
What this PR does / why we need it:
Fixes nil pointer dereference when PostFilter plugins return no nominating info. In that case it can be set to nil, what wasn't checked in the
submitPodGroupAlgorithmResult.Which issue(s) this PR is related to:
#137178
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: