fake

package
v11.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2019 License: Apache-2.0 Imports: 7 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
	NegotiatedSerializer runtime.NegotiatedSerializer
	GroupVersion         schema.GroupVersion
	VersionedAPIPath     string

	Req  *http.Request
	Resp *http.Response
	Err  error
}

RESTClient provides a fake RESTClient interface.

func (*RESTClient) APIVersion

func (c *RESTClient) APIVersion() schema.GroupVersion

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) GetRateLimiter

func (c *RESTClient) GetRateLimiter() flowcontrol.RateLimiter

func (*RESTClient) Patch

func (*RESTClient) Post

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

func (*RESTClient) Put

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

func (*RESTClient) Verb

func (c *RESTClient) Verb(verb string) *restclient.Request

Jump to

Keyboard shortcuts

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