fake

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2015 License: 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

This section is empty.

Types

type HTTPClientFunc

type HTTPClientFunc func(*http.Request) (*http.Response, error)

func (HTTPClientFunc) Do

func (f HTTPClientFunc) Do(req *http.Request) (*http.Response, error)

type RESTClient

type RESTClient struct {
	Client unversioned.HTTPClient
	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