Documentation
¶
Index ¶
- func NewGetCommand(f cmdutil.Factory, ioStreams cmdutil.IOStreams) *cobra.Command
- func NewGetExperimentListCommand(f cmdutil.Factory, ioStreams cmdutil.IOStreams) *cobra.Command
- func NewGetTrialListCommand(f cmdutil.Factory, ioStreams cmdutil.IOStreams) *cobra.Command
- func RunGetExperimentList(o *GetOptions) error
- func RunGetTrialList(o *GetOptions, meta *trialTableMeta) error
- type GetOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGetCommand ¶
func NewGetExperimentListCommand ¶
NewGetExperimentListCommand returns a new get experiment list command
func NewGetTrialListCommand ¶
NewGetTrialListCommand returns a new get trial list command
func RunGetExperimentList ¶
func RunGetExperimentList(o *GetOptions) error
RunGetExperimentList gets an experiment list for the given get options
func RunGetTrialList ¶
func RunGetTrialList(o *GetOptions, meta *trialTableMeta) error
RunGetTrialList gets a trial list for the given get options
Types ¶
type GetOptions ¶
type GetOptions struct {
ForceRedSkyAPI bool
ForceKubernetes bool
Namespace string
Name string
ChunkSize int
Selector string
SortBy string
Printer cmdutil.ResourcePrinter
RedSkyAPI *redsky.API
RedSkyClientSet *redskykube.Clientset
cmdutil.IOStreams
}
func NewGetOptions ¶
func NewGetOptions(ioStreams cmdutil.IOStreams) *GetOptions
func (*GetOptions) AddFlags ¶
func (o *GetOptions) AddFlags(cmd *cobra.Command)
Click to show internal directories.
Click to hide internal directories.