k3s/pkg/scheduler
Kubernetes Submit Queue a6eb49f0dc
Merge pull request #68195 from luxas/consolidate_componentconfig_code_standards
Automatic merge from submit-queue (batch tested with PRs 67950, 68195). If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md.

Consolidate componentconfig code standards

**What this PR does / why we need it**:

This PR fixes a bunch of very small misalignments in ComponentConfig packages:
 - Add sane comments to all functions/variables in componentconfig `register.go` files
 - Make the `register.go` files of componentconfig pkgs follow the same pattern and not differ from each other like they do today.
 - Register the `openapi-gen` tag in all `doc.go` files where the pkg contains _external_ types.
 - Add the `groupName` tag where missing
 - Fix cases where `addKnownTypes` was registered twice in the `SchemeBuilder`
 - Add `Readme` and `OWNERS` files to `Godeps` directories if missing.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:


**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```

/assign @sttts @thockin
2018-09-07 11:19:40 -07:00
..
algorithm Resolves #59015, extends existing regex to cover t3, r5(d) & z1d instance types 2018-09-05 21:24:09 -04:00
algorithmprovider Merge pull request #67731 from gnufied/fix-csi-attach-limit 2018-09-05 14:51:55 -07:00
api Add a scheduler config argument to set the percentage of nodes to score 2018-08-17 11:18:51 -07:00
apis/config Standardize componentconfig code/comment patterns 2018-09-06 13:42:02 +03:00
cache Fix cloning image states from node info 2018-08-31 00:58:29 -07:00
core Merge pull request #67731 from gnufied/fix-csi-attach-limit 2018-09-05 14:51:55 -07:00
factory Merge pull request #67731 from gnufied/fix-csi-attach-limit 2018-09-05 14:51:55 -07:00
metrics Add metrics to equivalence cache. 2018-08-15 15:51:13 -07:00
testing Add NodeTree to the scheduler cache 2018-08-17 09:56:51 -07:00
util Add unit test cases for scheduler/util. 2018-08-23 15:26:27 +08:00
volumebinder Add scheduler option for bind timeout 2018-09-04 17:25:23 -07:00
BUILD auto-generated 2018-08-24 10:58:09 +08:00
OWNERS Update OWNERS labels for cluster-lifecycle and scheduling 2018-04-05 16:25:04 -05:00
scheduler.go Scheduler changes to assume volume and pod together, and then bind 2018-09-04 16:30:14 -07:00
scheduler_test.go Scheduler changes to assume volume and pod together, and then bind 2018-09-04 16:30:14 -07:00
testutil.go Add back predicate related accessors to scheduler.Configurator 2018-09-03 19:12:01 +02:00