apps

package
v1.24.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2024 License: Apache-2.0 Imports: 38 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BundleFromDir added in v1.23.0

func BundleFromDir(dir string) *pluginv1beta1.Plugin

func ForBundleInPathes added in v1.23.0

func ForBundleInPathes[T client.Object](pathes []string, readdir func(string) T, fun func(T) error) error

func NewAgentCmd

func NewAgentCmd() *cobra.Command

func NewBundleControllerCmd

func NewBundleControllerCmd() *cobra.Command

func NewControllerCmd

func NewControllerCmd() *cobra.Command

func NewDownloadCmd

func NewDownloadCmd(options *bundle.Options) *cobra.Command

func NewInstallerCmd

func NewInstallerCmd() *cobra.Command

func NewModelsCmd added in v1.22.0

func NewModelsCmd() *cobra.Command

func NewMsgbusCmd

func NewMsgbusCmd() *cobra.Command

func NewPluginCmd

func NewPluginCmd() *cobra.Command

func NewServiceCmd

func NewServiceCmd() *cobra.Command

func NewTemplateCmd

func NewTemplateCmd(options *bundle.Options) *cobra.Command

func NewVersionCmd

func NewVersionCmd() *cobra.Command

func NewWorkerCmd

func NewWorkerCmd() *cobra.Command

func PluginFromDir

func PluginFromDir(dir string) *pluginv1beta1.Plugin

Types

type MigratOptions

type MigratOptions struct {
	Mysql         *database.Options `json:"mysql,omitempty"`
	Redis         *redis.Options    `json:"redis,omitempty"`
	MigrateModels bool              `json:"migrateModels,omitempty" description:"migrate models"`
	InitData      bool              `json:"initData,omitempty" description:"insert init data into database"`
	Wait          bool              `json:"wait,omitempty" description:"wait util database server ready"`
	GlobalValues  string            `json:"globalValues,omitempty" description:"global values json string"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL