Documentation
¶
Overview ¶
This is made a separate package and should only be imported by tests, because it imports testapi
Index ¶
- func CreateHTTPClient(roundTripper func(*http.Request) (*http.Response, error)) *http.Client
- type RESTClient
- func (c *RESTClient) Delete() *restclient.Request
- func (c *RESTClient) Do(req *http.Request) (*http.Response, error)
- func (c *RESTClient) Get() *restclient.Request
- func (c *RESTClient) Patch(_ api.PatchType) *restclient.Request
- func (c *RESTClient) Post() *restclient.Request
- func (c *RESTClient) Put() *restclient.Request
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateHTTPClient ¶ added in v1.2.0
func CreateHTTPClient(roundTripper func(*http.Request) (*http.Response, error)) *http.Client
Types ¶
type RESTClient ¶
type RESTClient struct {
Client *http.Client
Codec runtime.Codec
Req *http.Request
Resp *http.Response
Err error
}
RESTClient provides a fake RESTClient interface.
Click to show internal directories.
Click to hide internal directories.