kubernetes/plugin/pkg
k8s-merge-robot 6d09ba41e9 Merge pull request #29044 from lixiaobing10051267/masterWebHook
Automatic merge from submit-queue

Func note not consistent with real fun name

File "plugin\pkg\webhook.go", line #41 :
"// New creates a new GenericWebhook from the provided kubeconfig file."
Here "New" not consistant with real fun name "NewGenericWebhook" in line #42 :
"func NewGenericWebhook(kubeConfigFile string, groupVersions []unversioned.GroupVersion, initialBackoff time.Duration) (*GenericWebhook, error) {"
2016-07-18 10:13:05 -07:00
..
admission Use Go canonical import paths 2016-07-16 13:48:21 -04:00
auth Merge pull request #29042 from dims/fixup-imports 2016-07-18 07:23:38 -07:00
client/auth Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
scheduler Merge pull request #29042 from dims/fixup-imports 2016-07-18 07:23:38 -07:00
webhook Func note not consistent with real fun name 2016-07-16 10:25:01 +08:00