Kubernetes Submit Queue
868eb745ab
Merge pull request #42663 from soltysh/37166_followup
...
Automatic merge from submit-queue
Add default information to CronJobSpec
This is requested followup to https://github.com/kubernetes/kubernetes/pull/41890
@smarterclayton @janetkuo ptal
2017-04-13 03:23:26 -07:00
Jordan Liggitt
ad116026d9
Remove vestiges of defaulting from conversion path, switch to top-level default registration only
2017-04-12 13:36:15 -04:00
Kubernetes Submit Queue
1ba9202cd8
Merge pull request #42781 from spzala/conversionlint
...
Automatic merge from submit-queue
Conversionlint
**What this PR does / why we need it**:
This PR adds a comment placeholder for the exported or public functions in conversion generator files. Such functions without a comment results into golint failure in various generated files. The changes in this patch takes care of about 36 related lint failures.
Given below is an example lint error,
zz_generated.conversion.go:91:1: exported function Convert_v1alpha1_Binding_To_servicecatalog_Binding should have comment or be unexported
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
Considering minor changes no issue is created.
**Special notes for your reviewer**:
Hello, I am trying to fix golint failures as we see them in the kubernetes-incubator/service-catalog project. I have separate PRs opened for lint issues related to other generator code which are in separate libraries like gengo. Thanks!
**Release note**:
```release-note
```
2017-04-12 03:02:26 -07:00
Sahdev P. Zala
08639023d0
Conversion generated code changes for golint fix
...
The exported or public functions requires a doc comment to pass golint.
This commit has changes of conversion generated code. The actual doc
changes are added into a separate commit for a clean review.
2017-04-11 15:34:51 -04:00
Timothy St. Clair
818dd4443d
Update generated due to proto-shift
2017-04-11 08:48:59 -05:00
Maciej Szulik
6e9658ab55
Generated changes for defaults updates
2017-04-10 14:02:11 +02:00
Maciej Szulik
70b8df6742
Add default information to CronJobSpec
2017-04-10 13:31:12 +02:00
Jordan Liggitt
939ca532aa
generated files
2017-03-20 23:57:38 -04:00
Maciej Szulik
a6b9dee6b6
Generated changes for cleaning batch/v2alpha1
2017-03-06 12:26:52 +01:00
Maciej Szulik
7cba9d9c92
Issue 37166: remove everything from batch/v2alpha1 that is not new
2017-03-06 12:12:38 +01:00
Vladimir Vivien
915a54180d
Addition of ScaleIO Kubernetes Volume Plugin
...
This commits implements the Kubernetes volume plugin allowing pods to seamlessly access and use data stored on ScaleIO volumes.
2017-03-03 15:47:19 -05:00
peay
ca3c4b3993
Re-generate code and API spec for CronJob API
2017-02-25 06:51:59 -05:00
peay
2b33de0684
Modify CronJob API to add job history limits, cleanup jobs in controller
2017-02-25 06:51:54 -05:00
Avesh Agarwal
b679e13c91
Auto generated stuff.
2017-02-22 09:27:42 -05:00
Jeff Peeler
ec701a65e8
Generated files for projected volume driver
2017-02-20 13:09:41 -05:00
Jordan Liggitt
0c9fd4fbe7
generated files
2017-02-15 16:04:10 -05:00
Maciej Szulik
19a25e480f
Avoid closing over range variables
2017-02-06 16:02:21 +01:00
Dr. Stefan Schimanski
1c53f46233
Add custom conversion funcs not directly into pkg/api.Scheme
2017-02-05 15:01:47 +01:00
Dr. Stefan Schimanski
b51252ab5b
Update protobufs
2017-02-02 06:58:29 +01:00
deads2k
c9a008dff3
move util/intstr to apimachinery
2017-01-30 12:46:59 -05:00
Dr. Stefan Schimanski
44ea6b3f30
Update generated files
2017-01-29 21:41:45 +01:00
Dr. Stefan Schimanski
bc6fdd925d
pkg/api/resource: move to apimachinery
2017-01-29 21:41:44 +01:00
Clayton Coleman
fca7e00608
Move all *Options to metav1
2017-01-24 13:15:26 -05:00
Clayton Coleman
9009c1ac14
generated: informer,client
2017-01-23 17:52:47 -05:00
Clayton Coleman
f623a8c908
Make all groups use metav1.AddToGroupVersion for ListOptions
2017-01-23 16:53:18 -05:00
Klaus Ma
604957c11c
Added generated codes.
2017-01-19 20:20:08 +08:00
Clayton Coleman
9a2a50cda7
refactor: use metav1.ObjectMeta in other types
2017-01-17 16:17:19 -05:00
Clayton Coleman
36acd90aba
Move APIs and core code to use metav1.ObjectMeta
2017-01-17 16:17:18 -05:00
Clayton Coleman
dcd6e1d833
generated: protobuf for types
2017-01-13 16:20:04 -05:00
Dr. Stefan Schimanski
2741eb7fdb
Update generated files
2017-01-11 21:54:07 +01:00
deads2k
6a4d5cd7cc
start the apimachinery repo
2017-01-11 09:09:48 -05:00
Clayton Coleman
e5019de260
refactor: Move versioned/watch to meta/v1
2017-01-06 23:45:03 -05:00
Kubernetes Submit Queue
07ce35a325
Merge pull request #39490 from deads2k/generic-16-bump-gengo
...
Automatic merge from submit-queue (batch tested with PRs 39466, 39490, 39527)
bump gengo to latest
bumping gengo to limit surprises while working on https://github.com/kubernetes/kubernetes/pull/39475
@kubernetes/sig-api-machinery-misc
2017-01-06 11:30:13 -08:00
deads2k
f86447c9a0
files regenerated after update
2017-01-06 11:45:40 -05:00
Jeff Grafton
20d221f75c
Enable auto-generating sources rules
2017-01-05 14:14:13 -08:00
Jeff Grafton
fae627dd65
Update generated for 2017
2017-01-01 23:11:09 -08:00
Robert Rati
11c577f092
[scheduling] Auto-generated file updates from moving node affinity from
...
annotations to api fields. #35518
2016-12-16 11:42:43 -05:00
Mike Danese
c87de85347
autoupdate BUILD files
2016-12-12 13:30:07 -08:00
Wojciech Tyczynski
5ce687729d
Register GetOptions in batch/v2alpha1 group
2016-12-09 09:42:00 +01:00
Clayton Coleman
3454a8d52c
refactor: update bazel, codec, and gofmt
2016-12-03 19:10:53 -05:00
Clayton Coleman
5df8cc39c9
refactor: generated
2016-12-03 19:10:46 -05:00
Andy Goldstein
3bc87f9338
Add generated informers
2016-11-30 09:17:12 -05:00
Clayton Coleman
35a6bfbcee
generated: refactor
2016-11-23 22:30:47 -06:00
Maciej Szulik
8216e47b6a
Generated changes
2016-11-07 11:26:50 +01:00
Maciej Szulik
0b5ef16008
Support ScheduledJob name
2016-11-07 10:14:12 +01:00
Maciej Szulik
41d88d30dd
Rename ScheduledJob to CronJob
2016-11-07 10:14:12 +01:00
Clayton Coleman
ab673bbc9a
generated: alternative unsafe conversions
2016-10-31 11:00:29 -04:00
Chao Xu
850729bfaf
include multiple versions in clientset
...
update client-gen to use the term "internalversion" rather than "unversioned";
leave internal one unqualified;
cleanup client-gen
2016-10-29 13:30:47 -07:00
Kubernetes Submit Queue
ab0ee35462
Merge pull request #35651 from caesarxuchao/remove-label-selectors
...
Automatic merge from submit-queue
Sending #35255 again: Remove versioned LabelSelectors
ref #35255 : "Remove versioned LabelSelectors"
FYI @smarterclayton
2016-10-26 18:21:22 -07:00
Chao Xu
0a896a9e57
remove versioned LabelSelector definitions
2016-10-26 13:50:13 -07:00