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 NewGitSourceCommand() *cobra.Command
- func NewGitSourceCreateCommand() *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 RunCreateGitSource(ctx context.Context, opts *GitSourceCreateOptions) 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 GitSourceCreateOptions
- type RuntimeInstallOptions
- type RuntimeUninstallOptions
- type RuntimeUpgradeOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConfigCommand ¶
func NewGitSourceCommand ¶
func NewRuntimeCommand ¶
func NewRuntimeListCommand ¶
func NewVersionCommand ¶
func RunConfigCreateContext ¶
func RunConfigCurrentContext ¶
func RunConfigDeleteContext ¶
func RunConfigGetContexts ¶
func RunCreateGitSource ¶
func RunCreateGitSource(ctx context.Context, opts *GitSourceCreateOptions) error
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 GitSourceCreateOptions ¶
type GitSourceCreateOptions struct {
// contains filtered or unexported fields
}
type RuntimeInstallOptions ¶
type RuntimeUninstallOptions ¶
type RuntimeUpgradeOptions ¶
type RuntimeUpgradeOptions struct { RuntimeName string Version *semver.Version CloneOpts *git.CloneOptions // contains filtered or unexported fields }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.