k3s/pkg/api
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
..
annotations Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
endpoints start the apimachinery repo 2017-01-11 09:09:48 -05:00
errors Update bazel 2017-02-02 15:19:04 +01:00
events start the apimachinery repo 2017-01-11 09:09:48 -05:00
helper move helpers.go to helper 2017-04-11 15:49:11 -07:00
install Remove krousey from some OWNERS files 2017-03-10 11:12:29 -08:00
meta add back just enough empty packages to allow heapster cycles to succeed 2017-01-17 08:07:30 -05:00
pod Removed hostname/subdomain annotation. 2017-04-10 13:55:40 +08:00
resource Update generated files 2017-01-29 21:41:45 +01:00
service Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
testapi Force etcd2 to use application/json, add base64-wrapper decoder as fallback 2017-03-15 11:24:12 -04:00
testing Remove krousey from some OWNERS files 2017-03-10 11:12:29 -08:00
unversioned move openapi types to pkg/openapi 2017-01-16 13:40:14 -05:00
util add unit test for groupversion 2017-02-03 17:37:42 +08:00
v1 Merge pull request #42781 from spzala/conversionlint 2017-04-12 03:02:26 -07:00
validation move helpers.go to helper 2017-04-11 15:49:11 -07:00
BUILD move helpers.go to helper 2017-04-11 15:49:11 -07:00
OWNERS Updated top level owners file to match new format 2017-01-19 11:29:16 -08:00
annotation_key_constants.go move helpers.go to helper 2017-04-11 15:49:11 -07:00
conversion_test.go pkg/api/testing: cut off fuzzers from static codecs 2017-02-02 06:58:28 +01:00
copy_test.go make round trip testing generic 2017-02-09 11:42:22 -05:00
deep_copy_test.go Remove the temporary fix for pre-1.0 mirror pods 2017-02-02 10:37:19 -08:00
defaulting_test.go Deployments under apps/v1beta1 with new defaults 2017-03-01 15:14:41 +01:00
defaults.go move pkg/fields to apimachinery 2017-01-19 09:50:16 -05:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
field_constants.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
json.go Change taint/toleration annotations to api fields. 2017-02-22 09:27:42 -05:00
meta_test.go API 2017-02-28 23:05:40 -08:00
methods.go move helpers.go to helper 2017-04-11 15:49:11 -07:00
methods_test.go move helpers.go to helper 2017-04-11 15:49:11 -07:00
node_example.json Change minion to node 2016-09-28 10:53:30 -07:00
ref.go move client/record 2017-01-31 19:14:13 -05:00
ref_test.go move client/record 2017-01-31 19:14:13 -05:00
register.go move metav1 conversions to metav1 2017-02-14 11:47:23 -05:00
replication_controller_example.json Initial Quobyte support 2016-08-18 17:13:50 +02:00
resource_helpers.go Use private dup methods instead 2017-04-03 13:06:48 +08:00
resource_helpers_test.go pkg/api/resource: move to apimachinery 2017-01-29 21:41:44 +01:00
serialization_proto_test.go Add a test that verifies all structs have protobuf tags 2017-03-17 00:29:14 -04:00
serialization_test.go apimachinery: handle duplicated and conflicting type registration 2017-02-27 21:58:21 +01:00
types.go add iSCSI CHAP API 2017-04-05 12:43:48 +00:00
unstructured_test.go Unified unstructured converter interface and setup 2017-02-17 21:07:04 +01:00
zz_generated.deepcopy.go move helpers.go to helper 2017-04-11 15:49:11 -07:00