Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
GET(path string, expected *runtime.Info) (runtime.Object, error)
POST(path string, expected *runtime.Info, body runtime.Object) (runtime.Object, error)
POSTSlice(path string, expected *runtime.Info, body []runtime.Object) (runtime.Object, error)
DELETE(path string, expected *runtime.Info) (runtime.Object, error)
DELETESlice(path string, expected *runtime.Info, body []runtime.Object) (runtime.Object, error)
}
Client is the interface for doing HTTP requests that operates using runtime objects
Click to show internal directories.
Click to hide internal directories.