Documentation ¶
Index ¶
- Constants
- Variables
- func CreatePathAndFile(pathToConfig string) error
- func IsVersionGreaterThan(version1, version2 string) (bool, error)
- func PrintDemoStartMessage(flyteConsolePort int, kubeconfigLocation string, dryRun bool)
- func PrintSandboxStartMessage(flyteConsolePort int, kubeconfigLocation string, dryRun bool)
- func PrintSandboxTeardownMessage(flyteConsolePort int, kubeconfigLocation string)
- func SendRequest(method, url string, option io.Reader) (*http.Response, error)
- func SetupFlyteDir() error
- func WriteIntoFile(data []byte, file string) error
Constants ¶
View Source
const ( ProgressSuccessMessage = "Flyte is ready! Flyte UI is available at" ProgressSuccessMessagePending = "Flyte would be ready after this! Flyte UI would be available at" SandBoxConsolePort = 30081 DemoConsolePort = 30080 )
Variables ¶
View Source
var Ext string
Functions ¶
func CreatePathAndFile ¶ added in v0.6.24
func IsVersionGreaterThan ¶ added in v0.2.8
IsVersionGreaterThan check version if it's greater then other
func PrintDemoStartMessage ¶ added in v0.6.37
PrintDemoStartMessage will print demo start success message
func PrintSandboxStartMessage ¶ added in v0.6.37
PrintSandboxStartMessage will print sandbox start success message
func PrintSandboxTeardownMessage ¶ added in v0.6.37
PrintSandboxTeardownMessage will print sandbox teardown success message
func SendRequest ¶ added in v0.2.27
SendRequest will create request and return the response
func SetupFlyteDir ¶ added in v0.2.9
func SetupFlyteDir() error
SetupFlyteDir will create .flyte dir if not exist
func WriteIntoFile ¶
WriteIntoFile will write content in a file
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.