Documentation ¶
Index ¶
- func RayClusterCompletionFunc(f cmdutil.Factory) func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective)
- func RayClusterResourceNameCompletionFunc(f cmdutil.Factory) func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective)
- func RayJobCompletionFunc(f cmdutil.Factory) func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective)
- func RayResourceTypeCompletionFunc() func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective)
- func RayServiceCompletionFunc(f cmdutil.Factory) func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RayClusterCompletionFunc ¶
func RayClusterCompletionFunc(f cmdutil.Factory) func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective)
RayClusterCompletionFunc Returns a completion function that completes RayCluster resource names.
func RayClusterResourceNameCompletionFunc ¶
func RayClusterResourceNameCompletionFunc(f cmdutil.Factory) func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective)
RayClusterResourceNameCompletionFunc Returns completions of: 1- RayCluster names that match the toComplete prefix 2- Ray resource types which match the toComplete prefix
func RayJobCompletionFunc ¶
func RayJobCompletionFunc(f cmdutil.Factory) func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective)
RayJobCompletionFunc Returns a completion function that completes RayJob resource names.
func RayResourceTypeCompletionFunc ¶
func RayResourceTypeCompletionFunc() func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective)
RayResourceTypeCompletionFunc Returns a completion function that completes the Ray resource type. That is, raycluster, rayjob, or rayservice.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.