Documentation ¶
Index ¶
- func AnalysisRunNameCompletionFunc(o *options.ArgoRolloutsOptions) func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective)
- func ExperimentNameCompletionFunc(o *options.ArgoRolloutsOptions) func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective)
- func RolloutNameCompletionFunc(o *options.ArgoRolloutsOptions) func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnalysisRunNameCompletionFunc ¶
func AnalysisRunNameCompletionFunc(o *options.ArgoRolloutsOptions) func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective)
AnalysisRunNameCompletionFunc Returns a completion function that completes as a first argument the AnalysisRuns names that match the toComplete prefix.
func ExperimentNameCompletionFunc ¶
func ExperimentNameCompletionFunc(o *options.ArgoRolloutsOptions) func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective)
ExperimentNameCompletionFunc Returns a completion function that completes as a first argument the Experiments names that match the toComplete prefix.
func RolloutNameCompletionFunc ¶
func RolloutNameCompletionFunc(o *options.ArgoRolloutsOptions) func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective)
RolloutNameCompletionFunc Returns a completion function that completes as a first argument the Rollouts names that match the toComplete prefix.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.