Documentation ¶
Index ¶
- func IsValid(s string) (bool, error)
- func NewComponentCommand() *cobra.Command
- func NewComponentListCommand() *cobra.Command
- 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 NewGitSourceDeleteCommand() *cobra.Command
- func NewGitSourceEditCommand() *cobra.Command
- func NewGitSourceListCommand() *cobra.Command
- func NewPipelineCommand() *cobra.Command
- func NewPipelineGetCommand() *cobra.Command
- func NewPipelineListCommand() *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 NewWorkflowCommand() *cobra.Command
- func NewWorkflowGetCommand() *cobra.Command
- func NewWorkflowListCommand() *cobra.Command
- func RunComponentList(ctx context.Context, runtimeName string) error
- 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 RunGitSourceCreate(ctx context.Context, opts *GitSourceCreateOptions) error
- func RunGitSourceDelete(ctx context.Context, opts *GitSourceDeleteOptions) error
- func RunGitSourceEdit(ctx context.Context, opts *GitSourceEditOptions) error
- func RunGitSourceList(ctx context.Context, runtimeName string) error
- func RunPipelineGet(ctx context.Context, name, namespace, runtime string) error
- func RunPipelineList(ctx context.Context, filterArgs model.PipelinesFilterArgs) error
- func RunRuntimeInstall(ctx context.Context, opts *RuntimeInstallOptions) error
- func RunRuntimeList(ctx context.Context) error
- func RunRuntimeUninstall(ctx context.Context, opts *RuntimeUninstallOptions) error
- func RunRuntimeUpgrade(ctx context.Context, opts *RuntimeUpgradeOptions) error
- func RunWorkflowGet(ctx context.Context, uid string) error
- func RunWorkflowList(ctx context.Context, filterArgs model.WorkflowsFilterArgs) error
- type GitSourceCreateOptions
- type GitSourceDeleteOptions
- type GitSourceEditOptions
- type RuntimeInstallOptions
- type RuntimeUninstallOptions
- type RuntimeUpgradeOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewComponentCommand ¶ added in v0.0.68
func NewComponentListCommand ¶ added in v0.0.68
func NewConfigCommand ¶
func NewGitSourceCommand ¶
func NewGitSourceEditCommand ¶ added in v0.0.67
func NewGitSourceListCommand ¶ added in v0.0.66
func NewPipelineCommand ¶ added in v0.0.83
func NewPipelineGetCommand ¶ added in v0.0.83
func NewPipelineListCommand ¶ added in v0.0.83
func NewRuntimeCommand ¶
func NewRuntimeListCommand ¶
func NewVersionCommand ¶
func NewWorkflowCommand ¶ added in v0.0.83
func NewWorkflowGetCommand ¶ added in v0.0.83
func NewWorkflowListCommand ¶ added in v0.0.83
func RunComponentList ¶ added in v0.0.68
func RunConfigCreateContext ¶
func RunConfigCurrentContext ¶
func RunConfigDeleteContext ¶
func RunConfigGetContexts ¶
func RunGitSourceCreate ¶ added in v0.0.68
func RunGitSourceCreate(ctx context.Context, opts *GitSourceCreateOptions) error
func RunGitSourceDelete ¶ added in v0.0.68
func RunGitSourceDelete(ctx context.Context, opts *GitSourceDeleteOptions) error
func RunGitSourceEdit ¶ added in v0.0.68
func RunGitSourceEdit(ctx context.Context, opts *GitSourceEditOptions) error
func RunGitSourceList ¶ added in v0.0.66
func RunPipelineGet ¶ added in v0.0.83
func RunPipelineList ¶ added in v0.0.83
func RunPipelineList(ctx context.Context, filterArgs model.PipelinesFilterArgs) error
func RunRuntimeInstall ¶
func RunRuntimeInstall(ctx context.Context, opts *RuntimeInstallOptions) error
func RunRuntimeList ¶
func RunRuntimeUninstall ¶
func RunRuntimeUninstall(ctx context.Context, opts *RuntimeUninstallOptions) error
func RunRuntimeUpgrade ¶
func RunRuntimeUpgrade(ctx context.Context, opts *RuntimeUpgradeOptions) error
func RunWorkflowList ¶ added in v0.0.83
func RunWorkflowList(ctx context.Context, filterArgs model.WorkflowsFilterArgs) error
Types ¶
type GitSourceCreateOptions ¶
type GitSourceCreateOptions struct {
// contains filtered or unexported fields
}
type GitSourceDeleteOptions ¶
type GitSourceEditOptions ¶ added in v0.0.67
type GitSourceEditOptions struct { RuntimeName string GsName string InsCloneOpts *git.CloneOptions GsCloneOpts *git.CloneOptions }
type RuntimeInstallOptions ¶
type RuntimeUninstallOptions ¶
type RuntimeUpgradeOptions ¶
type RuntimeUpgradeOptions struct { RuntimeName string Version *semver.Version CloneOpts *git.CloneOptions // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.