Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PromQOptions ¶
type PromQOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
PromQOptions provides information required to updat
func NewPromQOptions ¶
func NewPromQOptions(streams genericclioptions.IOStreams) *PromQOptions
NewPromQOptions provides an instance of PQOptions
func (*PromQOptions) Complete ¶
func (o *PromQOptions) Complete(cmd *cobra.Command, args []string) error
Complete sets all information required for updating the current context
func (*PromQOptions) Run ¶
func (o *PromQOptions) Run() error
func (*PromQOptions) Validate ¶
func (o *PromQOptions) Validate() error
Validate ensures that all required arguments and flag values are provided
type RootPromQCmd ¶
func NewCmdPromQ ¶
func NewCmdPromQ(streams genericclioptions.IOStreams) *RootPromQCmd
NewCmdPromQ provides a cobra command wrapping AnalyzeOptions
Click to show internal directories.
Click to hide internal directories.