Versions in this module Expand all Collapse all v1 v1.0.0 Jul 17, 2019 Changes in this version + func NewSuggestCommand(f cmdutil.Factory, ioStreams cmdutil.IOStreams) *cobra.Command + type SuggestOptions struct + Name string + Namespace string + RedSkyAPI *redsky.API + RedSkyClientSet *redskykube.Clientset + Remote bool + Suggestions SuggestionSource + func NewSuggestOptions(ioStreams cmdutil.IOStreams) *SuggestOptions + func (o *SuggestOptions) Complete(f cmdutil.Factory, cmd *cobra.Command) error + func (o *SuggestOptions) Run() error + type SuggestionSource interface + AssignDouble func(name string, min, max float64, def *float64) (float64, error) + AssignInt func(name string, min, max int64, def *int64) (int64, error) + type SuggestionSourceFlags struct + AllowInteractive bool + Assignments map[string]string + DefaultBehavior string + func NewSuggestionSourceFlags(ioStreams util.IOStreams) *SuggestionSourceFlags + func (f *SuggestionSourceFlags) AddFlags(cmd *cobra.Command) + func (f *SuggestionSourceFlags) AssignDouble(name string, min, max float64, def *float64) (float64, error) + func (f *SuggestionSourceFlags) AssignInt(name string, min, max int64, def *int64) (int64, error)