kubernetes/plugin/pkg/admission
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
..
admit Improved test code coverage for plugin/pkg/admission/admit. 2017-03-25 10:27:18 +08:00
alwayspullimages move admission to genericapiserver 2017-01-18 08:15:19 -05:00
antiaffinity move admission to genericapiserver 2017-01-18 08:15:19 -05:00
defaulttolerationseconds move helpers.go to helper 2017-04-11 15:49:11 -07:00
deny Improve the code coverage of /plugin/pkg/admission/deny 2017-02-02 11:44:57 +08:00
exec Improved the code coverage of plugin/pkg/admission/exec. 2017-03-19 09:35:19 +08:00
gc Update generated files 2017-01-29 21:41:45 +01:00
imagepolicy fix typo in /pkg/admission/imagepolicy/config.go 2017-02-12 21:59:36 +08:00
initialresources Bump test coverage for initialresources 2017-03-09 14:33:32 +01:00
limitranger update names for kube plugin initializer to avoid conflicts 2017-03-06 10:18:21 -05:00
namespace update names for kube plugin initializer to avoid conflicts 2017-03-06 10:18:21 -05:00
persistentvolume/label Merge pull request #40537 from gnufied/fix-multizone-pv-breakage 2017-03-05 11:16:46 -08:00
podnodeselector update names for kube plugin initializer to avoid conflicts 2017-03-06 10:18:21 -05:00
podpreset update names for kube plugin initializer to avoid conflicts 2017-03-06 10:18:21 -05:00
podtolerationrestriction Conversion generated code changes for golint fix 2017-04-11 15:34:51 -04:00
resourcequota Conversion generated code changes for golint fix 2017-04-11 15:34:51 -04:00
security move helpers.go to helper 2017-04-11 15:49:11 -07:00
securitycontext/scdeny move admission to genericapiserver 2017-01-18 08:15:19 -05:00
serviceaccount serviceaccount admission: return correct tokens 2017-04-05 12:59:04 -04:00
storageclass/default move helpers.go to helper 2017-04-11 15:49:11 -07:00
OWNERS OWNERS: Update latest OWNERS files 2017-01-23 10:05:48 -08:00