Kubernetes Submit Queue
ded7988762
Merge pull request #36524 from apelisse/owners-pkg-apis
...
Automatic merge from submit-queue
Curating Owners: pkg/apis
cc @lavalamp @smarterclayton @erictune @thockin @bgrant0607
In an effort to expand the existing pool of reviewers and establish a
two-tiered review process (first someone lgtms and then someone
experienced in the project approves), we are adding new reviewers to
existing owners files.
If You Care About the Process:
------------------------------
We did this by algorithmically figuring out who’s contributed code to
the project and in what directories. Unfortunately, that doesn’t work
well: people that have made mechanical code changes (e.g change the
copyright header across all directories) end up as reviewers in lots of
places.
Instead of using pure commit data, we generated an excessively large
list of reviewers and pruned based on all time commit data, recent
commit data and review data (number of PRs commented on).
At this point we have a decent list of reviewers, but it needs one last
pass for fine tuning.
Also, see https://github.com/kubernetes/contrib/issues/1389 .
TLDR:
-----
As an owner of a sig/directory and a leader of the project, here’s what
we need from you:
1. Use PR https://github.com/kubernetes/kubernetes/pull/35715 as an example.
2. The pull-request is made editable, please edit the `OWNERS` file to
remove the names of people that shouldn't be reviewing code in the
future in the **reviewers** section. You probably do NOT need to modify
the **approvers** section. Names asre sorted by relevance, using some
secret statistics.
3. Notify me if you want some OWNERS file to be removed. Being an
approver or reviewer of a parent directory makes you a reviewer/approver
of the subdirectories too, so not all OWNERS files may be necessary.
4. Please use ALIAS if you want to use the same list of people over and
over again (don't hesitate to ask me for help, or use the pull-request
above as an example)
2016-11-28 11:44:13 -08:00
Clayton Coleman
3dde81f8d0
Remove references to v1/internal ExportOptions
2016-11-27 23:21:06 -05:00
Clayton Coleman
35a6bfbcee
generated: refactor
2016-11-23 22:30:47 -06:00
Antoine Pelisse
113cc7f8c5
Update OWNERS approvers and reviewers: pkg/apis
2016-11-09 10:18:01 -08:00
Marcin
ada53fab42
Autogenerated stuff for PDB status observed generation
2016-11-08 17:06:18 +01:00
Marcin
8e2347370e
Add observedGeneration to PodDisruptionBudgetStatus
2016-11-08 17:06:17 +01:00
ymqytw
b73fae6c55
Fix kubectl drain for statefulset and use eviciton for drain if possible
2016-11-07 16:13:06 -08:00
Marcin
1fee246ca9
Autogenerated stuff for policy/v1beta1 api change
2016-11-06 19:37:33 +01:00
Marcin
47a1458ff3
Add DisruptedPod map to PodDisruptionBudgetStatus
2016-11-06 19:37:33 +01:00
Marcin
3872a47074
Autogenerated code and docs
2016-11-03 18:36:32 +01:00
Marcin
28ba67d8f0
Disable generators for policy/v1alpha1
2016-11-03 13:26:28 +01:00
Marcin
6c58c1e7bb
Delete generated code from policy/v1alpha1
2016-11-03 13:26:28 +01:00
Marcin
26acced6d8
Add policy api version v1beta1 and disable v1alpha1
2016-11-03 13:26:27 +01:00
Clayton Coleman
f0fa26bcf6
ExportOptions should be registered to all public schemas
2016-11-01 22:55:58 -04:00
Clayton Coleman
ab673bbc9a
generated: alternative unsafe conversions
2016-10-31 11:00:29 -04:00
Kubernetes Submit Queue
8e213a4a26
Merge pull request #35390 from kargakis/update-eviction-comment
...
Automatic merge from submit-queue
apis: update comment for Eviction resource
2016-10-30 03:53:19 -07:00
Clayton Coleman
b5a46d914e
generated: conversions
2016-10-26 12:48:45 -04:00
Michail Kargakis
3eaa6ca4a6
apis: update comment for Eviction resource
2016-10-26 13:46:11 +02:00
Wojciech Tyczynski
bbb410c7af
generated: Safe conversions
2016-10-26 11:20:37 +02:00
Clayton Coleman
d1c39c0a76
generated: Unsafe conversions
2016-10-25 19:30:34 -04:00
Mike Danese
3b6a067afc
autogenerated
2016-10-21 17:32:32 -07:00
Clayton Coleman
4324e39393
Flag all packages as needing defaulters
2016-10-18 21:07:33 -04:00
Kubernetes Submit Queue
6e2f5f8f6d
Merge pull request #28742 from jessfraz/test-go1.7rc1
...
Automatic merge from submit-queue
Update to go 1.7
<!--
Checklist for submitting a Pull Request
Please remove this comment block before submitting.
1. Please read our [contributor guidelines](https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md ).
2. See our [developer guide](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md ).
3. If you want this PR to automatically close an issue when it is merged,
add `fixes #<issue number>` or `fixes #<issue number>, fixes #<issue number>`
to close multiple issues (see: https://github.com/blog/1506-closing-issues-via-pull-requests ).
4. Follow the instructions for [labeling and writing a release note for this PR](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes ) in the block below.
-->
Closes #33070
Closes #32999
```release-note
Updated Go to 1.7
```
[]()
This is to test go version 1.7
2016-10-18 05:59:04 -07:00
mbohlool
0191433d58
Generated protobufs
2016-10-17 09:11:20 -07:00
mbohlool
25afcc5522
Add +optional tag to all fields with omitempty json tag
2016-10-17 08:52:13 -07:00
Jess Frazelle
db33b491cc
update generated protobuf
...
Signed-off-by: Jess Frazelle <acidburn@google.com >
2016-10-13 21:22:59 -07:00
Matt Liggett
1b3619d8eb
// update-all.sh
2016-10-10 11:29:40 -07:00
Matt Liggett
37f0fce0b8
Clarify MinAvailable approval semantics.
...
Fixes doc comments to be in line with #33143
2016-10-10 10:40:40 -07:00
Kubernetes Submit Queue
4ab5a76338
Merge pull request #33103 from deads2k/controller-03-kill-non-generatedclient
...
Automatic merge from submit-queue
switch controller manager to generated clients
Switches the controller manager to generated clients.
@ncdc ptal
2016-09-22 11:37:01 -07:00
deads2k
b83a317003
switch controller manager to generated clientset
2016-09-20 12:53:47 -04:00
deads2k
6f745a2107
use groupmetafactoryregistry
2016-09-20 07:39:40 -04:00
deads2k
4aa61ddcb2
remove dead mapper
2016-09-19 09:57:19 -04:00
mbohlool
702f55e61d
Add +k8s:openapi-gen tag to API types
2016-09-12 18:47:03 -07:00
Matt Liggett
15899451a5
// update-all
2016-08-30 16:25:04 -07:00
Matt Liggett
956f74c383
Fix followups from #31033
2016-08-30 16:14:39 -07:00
Matt Liggett
44b2c862ef
Rewrite disruption e2e test to use versioned client.
2016-08-30 12:34:45 -07:00
Jedrzej Nowak
1cc36a7c42
Fix various typos in pkg/apis
2016-08-25 11:44:59 +02:00
jianhuiz
494129b089
add generated files
2016-08-22 23:00:23 -07:00
Matt Liggett
d82a5914da
Re-run hack/update-all
2016-08-22 16:38:00 -07:00
Matt Liggett
c86b84ccc0
Add /eviction subresource.
...
This is for #12611 .
2016-08-22 16:38:00 -07:00
Clayton Coleman
c2333f673f
Some internal types are not registered to all output versions
...
Specifically JobTemplate in batch is not in extensions/v1beta1
2016-08-18 14:45:01 -04:00
Daniel Smith
77f5813194
update generated files, including the client
2016-08-11 17:06:55 -07:00
Daniel Smith
f1fd638962
fix register.go files up + add test import
2016-08-11 17:06:54 -07:00
bindata-mockuser
6cce4534f8
Update generated code
2016-08-10 09:12:40 +02:00
Timothy St. Clair
24993b0343
Update generated files due to dependency shift.
...
Also minor bug fix in federation api.
2016-08-09 10:41:09 -05:00
k8s-merge-robot
fa174bcdaf
Merge pull request #29042 from dims/fixup-imports
...
Automatic merge from submit-queue
Use Go canonical import paths
Add canonical imports only in existing doc.go files.
https://golang.org/doc/go1.4#canonicalimports
Fixes #29014
2016-07-18 07:23:38 -07:00
Davanum Srinivas
2b0ed014b7
Use Go canonical import paths
...
Add canonical imports only in existing doc.go files.
https://golang.org/doc/go1.4#canonicalimports
Fixes #29014
2016-07-16 13:48:21 -04:00
Tim Hockin
3384e03920
Commit generated files
...
There's been enough people broken by not committing generated code, that we
should undo that until we have a proper client that is `go get` compatible.
This is temporary.
2016-07-15 10:27:51 -07:00
Clayton Coleman
866e788aba
generate: New Stringers
2016-07-14 12:43:36 -04:00
Tim Hockin
9eb42ff108
Don't check in generated conversion code
...
Conversion is now generated by Makefile, on demand, rather than all at once.
Manually verified no net change in generated code.
2016-07-12 21:52:54 -07:00