Unverified Commit 8961cdb8 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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 ```
parents 5f6e1279 e26c2949
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
"extenders" : [ "extenders" : [
{ {
"urlPrefix": "http://127.0.0.1:12346/scheduler", "urlPrefix": "http://127.0.0.1:12346/scheduler",
"apiVersion": "v1beta1",
"filterVerb": "filter", "filterVerb": "filter",
"bindVerb": "bind", "bindVerb": "bind",
"prioritizeVerb": "prioritize", "prioritizeVerb": "prioritize",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment