Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Client *storage.DataStore
View Source
var FlyteSnacksRelease []FlyteSnack
Functions ¶
func DownloadFileFromHTTP ¶
func DownloadFileFromHTTP(ctx context.Context, ref storage.DataReference) (io.ReadCloser, error)
func RemoteRegisterCommand ¶
RemoteRegisterCommand will return register command
Types ¶
type FlyteSnack ¶ added in v0.1.10
type FlyteSnack struct {
Name string `json:"name"`
Priority string `json:"priority"`
Path string `json:"path"`
ExitCondition Condition `json:"exitCondition"`
}
FlyteSnack Defines flyte test manifest structure
type HTTPClient ¶
HTTPClient interface
Click to show internal directories.
Click to hide internal directories.