Versions in this module Expand all Collapse all v1 v1.0.0 Jul 17, 2019 Changes in this version + func GetRandomMetric() string + func GetRandomName(retry int) string + func GetRandomParameter() string + func NewCheckCommand(f cmdutil.Factory, ioStreams cmdutil.IOStreams) *cobra.Command + func NewServerCheckCommand(f cmdutil.Factory, ioStreams cmdutil.IOStreams) *cobra.Command + type ServerCheckOptions struct + AllowInvalid bool + DryRun bool + MetricCount int + Name string + ParameterCount int + RedSkyAPI redsky.API + ReportFailure bool + func NewServerCheckOptions(ioStreams cmdutil.IOStreams) *ServerCheckOptions + func (o *ServerCheckOptions) Complete(f cmdutil.Factory, cmd *cobra.Command) error + func (o *ServerCheckOptions) Run() error + func (o *ServerCheckOptions) Validate() error