• Kubernetes Submit Queue's avatar
    Merge pull request #48377 from bsalamat/priority_class · 8d26afa8
    Kubernetes Submit Queue authored
    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
    8d26afa8
Name
Last commit
Last update
..
controller/crdregistration Loading commit data...
ports Loading commit data...
tunneler Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
client_ca_hook.go Loading commit data...
client_ca_hook_test.go Loading commit data...
controller.go Loading commit data...
controller_test.go Loading commit data...
doc.go Loading commit data...
import_known_versions.go Loading commit data...
import_known_versions_test.go Loading commit data...
master.go Loading commit data...
master_openapi_test.go Loading commit data...
master_test.go Loading commit data...
services.go Loading commit data...