mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-28 21:55:48 +00:00
Merge pull request #50582 from dixudx/support_fieldSelector_spec.schedulerName
Automatic merge from submit-queue (batch tested with PRs 50889, 51347, 50582, 51297, 51264) support fieldSelector spec.schedulerName **What this PR does / why we need it**: **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #49190 **Special notes for your reviewer**: /assign @davidopp @bsalamat /cc @lavalamp **Release note**: ```release-note add fieldSelector spec.schedulerName ```
This commit is contained in:
@@ -166,6 +166,7 @@ func addConversionFuncs(scheme *runtime.Scheme) error {
|
||||
"spec.nodeName",
|
||||
"spec.restartPolicy",
|
||||
"spec.serviceAccountName",
|
||||
"spec.schedulerName",
|
||||
"status.phase",
|
||||
"status.hostIP",
|
||||
"status.podIP":
|
||||
|
Reference in New Issue
Block a user