Documentation
¶
Index ¶
- Constants
- func LegacyReloadDemoCluster(ctx context.Context, sandboxConfig *sandboxCmdConfig.Config) error
- func MountVolume(file, destination string) (*mount.Mount, error)
- func PrintStatus(ctx context.Context, cli docker.Docker) error
- func StartCluster(ctx context.Context, args []string, sandboxConfig *sandboxCmdConfig.Config, ...) error
- func StartClusterForSandbox(ctx context.Context, args []string, sandboxConfig *sandboxCmdConfig.Config, ...) error
- func StartDemoCluster(ctx context.Context, args []string, sandboxConfig *sandboxCmdConfig.Config) error
- func StartSandboxCluster(ctx context.Context, args []string, sandboxConfig *sandboxCmdConfig.Config) error
- func Teardown(ctx context.Context, cli docker.Docker, ...) error
- func UpdateLocalKubeContext(k8sCtxMgr k8s.ContextOps, dockerCtx string, contextName string, ...) error
- func WatchFlyteDeployment(ctx context.Context, appsClient corev1.CoreV1Interface) error
Constants ¶
View Source
const (
DefaultFlyteConfig = "/opt/flyte/defaults.flyte.yaml"
)
Variables ¶
This section is empty.
Functions ¶
func LegacyReloadDemoCluster ¶ added in v0.9.3
func LegacyReloadDemoCluster(ctx context.Context, sandboxConfig *sandboxCmdConfig.Config) error
LegacyReloadDemoCluster will kill the flyte binary pod so the new one can pick up a new config file
func StartCluster ¶
func StartClusterForSandbox ¶
func StartClusterForSandbox(ctx context.Context, args []string, sandboxConfig *sandboxCmdConfig.Config, defaultImageName string, defaultImagePrefix string, exposedPorts map[nat.Port]struct{}, portBindings map[nat.Port][]nat.PortBinding, consolePort int) error
StartClusterForSandbox is the code for the original multi deploy version of sandbox, should be removed once we document the new development experience for plugins.
func StartDemoCluster ¶
func StartSandboxCluster ¶
func Teardown ¶
func Teardown(ctx context.Context, cli docker.Docker, teardownFlags *sandboxCmdConfig.TeardownFlags) error
func UpdateLocalKubeContext ¶
func WatchFlyteDeployment ¶
func WatchFlyteDeployment(ctx context.Context, appsClient corev1.CoreV1Interface) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.