diff --git a/tools/cache/reflector.go b/tools/cache/reflector.go index a3363f0f..030b4529 100644 --- a/tools/cache/reflector.go +++ b/tools/cache/reflector.go @@ -121,11 +121,11 @@ type Reflector struct { UseWatchList *bool } -func (r *Reflector) GetName() string { +func (r *Reflector) Name() string { return r.name } -func (r *Reflector) GetTypeDescription() string { +func (r *Reflector) TypeDescription() string { return r.typeDescription }