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 NewAgentCmd ¶
func NewBundleControllerCmd ¶
func NewControllerCmd ¶
func NewInstallerCmd ¶
func NewModelsCmd ¶ added in v1.22.0
func NewMsgbusCmd ¶
func NewPluginCmd ¶
func NewServiceCmd ¶
func NewVersionCmd ¶
func NewWorkerCmd ¶
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"` }
Click to show internal directories.
Click to hide internal directories.