kubernetes/pkg/kubectl/genericclioptions/resource
Monis Khan 631124cde4
Correctly apply request transforms with flattened resource builder
This change moves the NewClientWithOptions call into
Builder.getClient.  Since getClient is the only way for Builder and
its visitors to create a RESTClient, we can reasonably guarantee
that the request transforms will be honored.  Previously, it was
possible for a call to NewFlattenListVisitor to return resource Info
objects whose Client field did not honor the request transforms.

Signed-off-by: Monis Khan <mkhan@redhat.com>
2018-05-29 12:22:57 -04:00
..
BUILD fix dynamic client name 2018-05-11 13:12:09 -04:00
builder_test.go Correctly apply request transforms with flattened resource builder 2018-05-29 12:22:57 -04:00
builder.go Correctly apply request transforms with flattened resource builder 2018-05-29 12:22:57 -04:00
client.go
doc.go
fake.go
helper_test.go
helper.go
interfaces.go Correctly apply request transforms with flattened resource builder 2018-05-29 12:22:57 -04:00
mapper.go
result.go
scheme.go fix dynamic client name 2018-05-11 13:12:09 -04:00
selector.go
visitor_test.go
visitor.go add wait 2018-05-22 08:47:42 -04:00