• Kubernetes Submit Queue's avatar
    Merge pull request #60796 from ravisantoshgudimetla/extender-log-fix · 7a273aa8
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 60898, 60912, 60753, 61002, 60796). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
    
    Change to fix scheduler extender error return message
    
    **What this PR does / why we need it**:
    As of now, scheduler always logs extender endpoint without verb like "filter", "prioritize" etc. With this change, we are including the verb as well while logging which helps in debugging
    **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
    Fixes #
    
    **Special notes for your reviewer**:
    
    **Release note**:
    
    ```release-note
    NONE
    ```
    7a273aa8
extender.go 12.4 KB