client-gok8s.io/client-go/rest/fake Index | Files

package fake

import "k8s.io/client-go/rest/fake"

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

Index

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
	GroupName            string

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

RESTClient provides a fake RESTClient interface.

func (*RESTClient) APIVersion

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

func (*RESTClient) Delete

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

func (*RESTClient) Do

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

func (*RESTClient) Get

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

func (*RESTClient) GetRateLimiter

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

func (*RESTClient) Patch

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

func (*RESTClient) Post

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

func (*RESTClient) Put

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

func (*RESTClient) Verb

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

Source Files

fake.go

Version
v2.0.0+incompatible
Published
Feb 13, 2017
Platform
linux/amd64
Imports
9 packages
Last checked
8 minutes ago

Tools for package owners.