Documentation ¶
Index ¶
- Constants
- 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 ( K8sEndpoint = "https://127.0.0.1:6443" DefaultFlyteConfig = "/opt/flyte/defaults.flyte.yaml" )
Variables ¶
This section is empty.
Functions ¶
func StartCluster ¶
func StartClusterForSandbox ¶ added in v0.6.24
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 ¶ added in v0.6.4
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.