Skip to content

Commit

Permalink
Merge pull request #426 from maisem/lb-r0.1
Browse files Browse the repository at this point in the history
🐛 List requests should not pass a body.
  • Loading branch information
k8s-ci-robot committed May 14, 2019
2 parents 40231bd + 99f93f1 commit 477bf4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/client/typed_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ func (c *typedClient) List(ctx context.Context, opts *ListOptions, obj runtime.O
return r.Get().
NamespaceIfScoped(namespace, r.isNamespaced()).
Resource(r.resource()).
Body(obj).
VersionedParams(opts.AsListOptions(), c.paramCodec).
Context(ctx).
Do().
Expand Down

0 comments on commit 477bf4f

Please sign in to comment.