Documentation ¶
Index ¶
- Constants
- func ContainerDelete(ctx context.Context, cli *client.Client, clusterName string, ...) error
- func ContainerExec(ctx context.Context, cli client.APIClient, id string, cmd []string) int
- func ContainerRun(ctx context.Context, cli *client.Client, clusterName string, keyspace string, ...) error
- func ContainerRuntimeInit(ctx context.Context, clusterName string) *client.Client
Constants ¶
View Source
const ( EXEC_CREATE_FAILED = 100 EXEC_ATTACH_FAILED = 101 EXEC_START_FAILED = 102 EXEC_INSPECT_FAILED = 103 )
Variables ¶
This section is empty.
Functions ¶
func ContainerDelete ¶
func ContainerDelete(ctx context.Context, cli *client.Client, clusterName string, containers []string) error
If you don't want to run all vitess container types, then pass a slice of container names
func ContainerExec ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.