k3s/pkg/master
Kubernetes Submit Queue 8d26afa8a6 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
2017-07-19 19:04:29 -07:00
..
controller/crdregistration remove dead code 2017-07-07 09:12:29 -04:00
ports Separate healthz server from metrics server in kube-proxy 2017-05-05 14:43:44 -07:00
tunneler Refactor: pkg/util into sub-pkgs 2017-07-18 14:34:08 +08:00
BUILD autogenerated files 2017-07-18 17:47:57 -07:00
OWNERS remove some people from OWNERS so they don't get reviews anymore 2017-07-13 10:02:21 -07:00
client_ca_hook.go retry clientCA post start hook on transient failurs 2017-05-31 15:59:52 -04:00
client_ca_hook_test.go retry clientCA post start hook on transient failurs 2017-05-31 15:59:52 -04:00
controller.go Merge pull request #41115 from rajatchopra/kube_service_fix 2017-02-13 17:03:22 -08:00
controller_test.go move util/intstr to apimachinery 2017-01-30 12:46:59 -05:00
doc.go
import_known_versions.go Add PriorityClass API 2017-07-18 17:47:57 -07:00
import_known_versions_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
master.go Add PriorityClass API 2017-07-18 17:47:57 -07:00
master_openapi_test.go remove dead code 2017-07-07 09:12:29 -04:00
master_test.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
services.go Move DefaultServiceIPRange into pkg/master 2016-12-03 18:34:22 +01:00