Documentation ¶
Index ¶
- Constants
- func RunSetup(cli cliPkg.Cli) error
- func RunSetupCleanupCelleryRuntime(cli cli.Cli, ...) error
- func RunSetupCleanupPlatform(cli cli.Cli, platform cli.Platform, confirmed bool) error
- func RunSetupCreateCelleryPlatform(cli cli.Cli, platform cli.Platform) (string, runtime.MysqlDb, runtime.Nfs, error)
- func RunSetupCreateCelleryRuntime(cli cli.Cli, complete bool, ...) error
- func RunSetupListClusters(cli cli.Cli) error
- func RunSetupModify(cli cli.Cli, apiManagement, observability, knative, hpa runtime.Selection) error
- func RunSetupStatus(cli cli.Cli) error
- func RunSetupSwitch(cli cli.Cli, context string) error
- func ValidateCluster(cli cli.Cli, cluster string) error
- func ValidateGcpCluster(cluster string) (bool, error)
- type SystemComponent
Constants ¶
View Source
const CelleryLocalSetup = "cellery-local-setup"
View Source
const MinikubeCpus = 6
View Source
const MinikubeKubernetesVersion = "v1.14.0"
View Source
const MinikubeMemory = 8192
Variables ¶
This section is empty.
Functions ¶
func RunSetupCleanupCelleryRuntime ¶ added in v0.6.0
func RunSetupCleanupPlatform ¶ added in v0.6.0
func RunSetupCreateCelleryPlatform ¶ added in v0.6.0
func RunSetupCreateCelleryRuntime ¶ added in v0.6.0
func RunSetupListClusters ¶
func RunSetupModify ¶
func RunSetupStatus ¶ added in v0.6.0
func ValidateGcpCluster ¶
Types ¶
type SystemComponent ¶
type SystemComponent struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.