Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Commit c8d66cf

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request #48377 from bsalamat/priority_class
Automatic merge from submit-queue Add PriorityClass API object under new "scheduling" API group **What this PR does / why we need it**: This PR is a part of a series of PRs to add pod priority to Kubernetes. This PR adds a new API group called "scheduling" with a new API object called "PriorityClass". PriorityClass maps the string value of priority to its integer value. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: Given the size of this PR, I will add the admission controller for the PriorityClass in a separate PR. **Release note**: ```release-note Add PriorityClass API object under new "scheduling" API group ``` ref/ #47604 ref/ #48646
2 parents 5da922d + a461842 commit c8d66cf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

apis/openapi-spec/swagger.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13325,6 +13325,11 @@
1332513325
"version": "v1beta1",
1332613326
"kind": "DeleteOptions"
1332713327
},
13328+
{
13329+
"group": "scheduling.k8s.io",
13330+
"version": "v1alpha1",
13331+
"kind": "DeleteOptions"
13332+
},
1332813333
{
1332913334
"group": "settings.k8s.io",
1333013335
"version": "v1alpha1",
@@ -13813,6 +13818,11 @@
1381313818
"version": "v1beta1",
1381413819
"kind": "WatchEvent"
1381513820
},
13821+
{
13822+
"group": "scheduling.k8s.io",
13823+
"version": "v1alpha1",
13824+
"kind": "WatchEvent"
13825+
},
1381613826
{
1381713827
"group": "settings.k8s.io",
1381813828
"version": "v1alpha1",

0 commit comments

Comments
 (0)