fake

package
v0.0.0-...-c360844 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2016 License: Apache-2.0, MIT 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

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() *unversioned.Request

func (*RESTClient) Do

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

func (*RESTClient) Get

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

func (*RESTClient) Patch

func (*RESTClient) Post

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

func (*RESTClient) Put

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

Jump to

Keyboard shortcuts

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