Versions in this module Expand all Collapse all v4 v4.1.0 May 1, 2019 Changes in this version + type CURL struct + Code int + type Response struct + Body []byte + CURL CURL + Error string + Headers string + Response *http.Response + ReturnCode int + Test int + type Test struct + Name string + Oc *exutil.CLI + PodName string + PostBodyFile string + Req *http.Request + SkipVerify bool + Wants []func(*http.Response) error + func Expect(method, url string) *Test + func (ut *Test) HasStatusCode(codes ...int) *Test + func (ut *Test) RedirectsTo(url string, codes ...int) *Test + func (ut *Test) SkipTLSVerification() *Test + func (ut *Test) Test(i int, res *Response) error + func (ut *Test) Through(addr string) *Test + func (ut *Test) ToShell(i int) string + func (ut *Test) WithBodyToUpload(filename, podname string, oc *exutil.CLI) *Test + func (ut *Test) WithHeader(hdr, value string) *Test + func (ut *Test) WithToken(token string) *Test + type Tester struct + func NewTester(client kclientset.Interface, ns string) *Tester + func (ut *Tester) Close() + func (ut *Tester) Podname() string + func (ut *Tester) Response(test *Test) *Response + func (ut *Tester) Responses(tests ...*Test) []*Response + func (ut *Tester) WithErrorPassthrough(pt bool) *Tester + func (ut *Tester) Within(t time.Duration, tests ...*Test) v4.0.0-alpha.0 Sep 13, 2018 Other modules containing this package gopkg.in/openshift/origin.v3