mirror of https://github.com/k3s-io/k3s
Merge pull request #58480 from ravigadde/extender-example
Automatic merge from submit-queue (batch tested with PRs 58480, 58549). 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>. Remove apiVersion from scheduler extender example configuration Follow up to the discussion in #58440 **What this PR does / why we need it**: **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 ```pull/6/head
commit
8961cdb895
|
@ -17,7 +17,6 @@
|
|||
"extenders" : [
|
||||
{
|
||||
"urlPrefix": "http://127.0.0.1:12346/scheduler",
|
||||
"apiVersion": "v1beta1",
|
||||
"filterVerb": "filter",
|
||||
"bindVerb": "bind",
|
||||
"prioritizeVerb": "prioritize",
|
||||
|
|
Loading…
Reference in New Issue