Skip to content

Commit

Permalink
Update generated code
Browse files Browse the repository at this point in the history
Kubernetes-commit: f4b8276001c5c895ae0f22c7f0ad1d987375072d
  • Loading branch information
sttts authored and k8s-publish-robot committed Nov 2, 2017
1 parent 93d63d5 commit 282266c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/informers/externalversions/generic.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func (f *genericInformer) Lister() cache.GenericLister {
// TODO extend this to unknown resources with a client pool
func (f *sharedInformerFactory) ForResource(resource schema.GroupVersionResource) (GenericInformer, error) {
switch resource {
// Group=Samplecontroller, Version=V1alpha1
// Group=samplecontroller.k8s.io, Version=v1alpha1
case v1alpha1.SchemeGroupVersion.WithResource("foos"):
return &genericInformer{resource: resource.GroupResource(), informer: f.Samplecontroller().V1alpha1().Foos().Informer()}, nil

Expand Down

0 comments on commit 282266c

Please sign in to comment.