fake

package
v1.2.0-rc1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2016 License: Apache-2.0, Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

This is made a separate package and should only be imported by tests, because it imports testapi

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateHTTPClient added in v1.1.2

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.

func (*RESTClient) Delete

func (c *RESTClient) Delete() *restclient.Request

func (*RESTClient) Do

func (c *RESTClient) Do(req *http.Request) (*http.Response, error)

func (*RESTClient) Get

func (c *RESTClient) Get() *restclient.Request

func (*RESTClient) Patch

func (c *RESTClient) Patch(_ api.PatchType) *restclient.Request

func (*RESTClient) Post

func (c *RESTClient) Post() *restclient.Request

func (*RESTClient) Put

func (c *RESTClient) Put() *restclient.Request

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL