mirror of https://github.com/knative/pkg.git
Remove unused receiver name (#366)
This commit is contained in:
parent
d5db385fcc
commit
c80cb7dee9
|
@ -110,7 +110,7 @@ func (t *KResource) Populate() {
|
|||
}
|
||||
|
||||
// GetListType implements apis.Listable
|
||||
func (r *KResource) GetListType() runtime.Object {
|
||||
func (*KResource) GetListType() runtime.Object {
|
||||
return &KResourceList{}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue