Documentation
¶
Index ¶
- func BundleFromDir(dir string) *pluginv1beta1.Plugin
- func ForBundleInPathes[T client.Object](pathes []string, readdir func(string) T, fun func(T) error) error
- func NewAgentCmd() *cobra.Command
- func NewBundleControllerCmd() *cobra.Command
- func NewControllerCmd() *cobra.Command
- func NewDownloadCmd(options *bundle.Options) *cobra.Command
- func NewInstallerCmd() *cobra.Command
- func NewModelsCmd() *cobra.Command
- func NewMsgbusCmd() *cobra.Command
- func NewPluginCmd() *cobra.Command
- func NewServiceCmd() *cobra.Command
- func NewTemplateCmd(options *bundle.Options) *cobra.Command
- func NewVersionCmd() *cobra.Command
- func NewWorkerCmd() *cobra.Command
- func PluginFromDir(dir string) *pluginv1beta1.Plugin
- type MigratOptions
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"`
}
Click to show internal directories.
Click to hide internal directories.