missed a file

mine
derailed 2019-05-30 11:56:01 -06:00
parent 406ca9cbbd
commit 433222fb20
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ func (i *Informer) List(res, ns string, opts metav1.ListOptions) (k8s.Collection
}
// Get a resource by name.
func (i Informer) Get(res, fqn string, opts metav1.GetOptions) (interface{}, error) {
func (i *Informer) Get(res, fqn string, opts metav1.GetOptions) (interface{}, error) {
if informer, ok := i.informers[res]; ok {
return informer.Get(fqn, opts)
}