update StatusDetails to handle Groups
This commit is contained in:
@@ -57,7 +57,7 @@ func (e *EndpointRegistry) GetEndpoints(ctx api.Context, name string) (*api.Endp
|
||||
}
|
||||
}
|
||||
}
|
||||
return nil, errors.NewNotFound("Endpoints", name)
|
||||
return nil, errors.NewNotFound(api.Resource("endpoints"), name)
|
||||
}
|
||||
|
||||
func (e *EndpointRegistry) WatchEndpoints(ctx api.Context, options *unversioned.ListOptions) (watch.Interface, error) {
|
||||
|
Reference in New Issue
Block a user