File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
content/en/docs/reference/scheduling Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -217,9 +217,11 @@ If a Pod doesn't specify a scheduler name, kube-apiserver will set it to
217
217
to get those pods scheduled.
218
218
219
219
{{< note >}}
220
- Pod's scheduling events have `.spec.schedulerName` as the ReportingController.
221
- Events for leader election use the scheduler name of the first profile in the
222
- list.
220
+ Pod's scheduling events have `.spec.schedulerName` as their `reportingController`.
221
+ Events for leader election use the scheduler name of the first profile in the list.
222
+
223
+ For more information, please refer to the `reportingController` section under
224
+ [Event API Reference](/docs/reference/kubernetes-api/cluster-resources/event-v1/).
223
225
{{< /note >}}
224
226
225
227
{{< note >}}
You can’t perform that action at this time.
0 commit comments