Documentation ¶
Index ¶
- func NewConfigCommand() *cobra.Command
- func NewConfigCreateContextCommand() *cobra.Command
- func NewConfigCurrentContextCommand() *cobra.Command
- func NewConfigDeleteContextCommand() *cobra.Command
- func NewConfigGetContextsCommand() *cobra.Command
- func NewConfigUseContextCommand() *cobra.Command
- func NewRoot() *cobra.Command
- func NewRuntimeCommand() *cobra.Command
- func NewRuntimeInstallCommand() *cobra.Command
- func NewRuntimeListCommand() *cobra.Command
- func NewRuntimeUninsatllCommand() *cobra.Command
- func NewRuntimeUpgradeCommand() *cobra.Command
- func NewVersionCommand() *cobra.Command
- func RunConfigCreateContext(ctx context.Context, context, apiKey, url string) error
- func RunConfigCurrentContext(ctx context.Context) error
- func RunConfigDeleteContext(ctx context.Context, context string) error
- func RunConfigGetContexts(ctx context.Context) error
- func RunConfigUseContext(ctx context.Context, context string) error
- func RunRuntimeInstall(ctx context.Context, opts *RuntimeInstallOptions) error
- func RunRuntimeList() error
- func RunRuntimeUninstall(ctx context.Context, opts *RuntimeUninstallOptions) error
- func RunRuntimeUpgrade(ctx context.Context, opts *RuntimeUpgradeOptions) error
- type RuntimeInstallOptions
- type RuntimeUninstallOptions
- type RuntimeUpgradeOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConfigCommand ¶
func NewRuntimeCommand ¶
func NewRuntimeListCommand ¶
func NewVersionCommand ¶
func RunConfigCreateContext ¶
func RunConfigCurrentContext ¶
func RunConfigDeleteContext ¶
func RunConfigGetContexts ¶
func RunRuntimeInstall ¶
func RunRuntimeInstall(ctx context.Context, opts *RuntimeInstallOptions) error
func RunRuntimeList ¶
func RunRuntimeList() error
func RunRuntimeUninstall ¶
func RunRuntimeUninstall(ctx context.Context, opts *RuntimeUninstallOptions) error
func RunRuntimeUpgrade ¶
func RunRuntimeUpgrade(ctx context.Context, opts *RuntimeUpgradeOptions) error
Types ¶
type RuntimeInstallOptions ¶
type RuntimeUninstallOptions ¶
type RuntimeUpgradeOptions ¶
type RuntimeUpgradeOptions struct { RuntimeName string Version *semver.Version CloneOpts *git.CloneOptions }
Click to show internal directories.
Click to hide internal directories.