Documentation ¶
Index ¶
- func BuildAPIURL(version, resource string, httpsPort int) string
- func BuildResourceURL(api, namespace, name string) string
- func DeleteObject(url string) (respCode int, respBody []byte, err error)
- func GetCollection(url string) (collection *types.GenericCollection, respCode int, respBody []byte, err error)
- func GetObject(url string, object interface{}) (respCode int, respBody []byte, err error)
- func GetResponse(url string) (respCode int, respBody []byte, err error)
- func NewHTTPClient() *dataflow.Gout
- func PostAction(url string, action string) (respCode int, respBody []byte, err error)
- func PostObject(url string, object interface{}) (respCode int, respBody []byte, err error)
- func PostObjectAction(url string, object interface{}, action string) (respCode int, respBody []byte, err error)
- func PostObjectByYAML(url string, object interface{}) (respCode int, respBody []byte, err error)
- func PutObject(url string, object interface{}) (respCode int, respBody []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildAPIURL ¶
func BuildResourceURL ¶
func GetCollection ¶
func GetResponse ¶ added in v1.1.0
func NewHTTPClient ¶
func PostAction ¶
func PostObject ¶
func PostObjectAction ¶
func PostObjectByYAML ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.