Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PersistentOptions ¶
type PersistentOptions struct { *RawPersistentOptions PlatformCluster *clusters.Cluster // fields filled in Complete() Log logging.Logger Config *config.Config }
func NewPersistentOptions ¶
func NewPersistentOptions() *PersistentOptions
func (*PersistentOptions) AddPersistentFlags ¶
func (o *PersistentOptions) AddPersistentFlags(cmd *cobra.Command)
func (*PersistentOptions) Complete ¶
func (o *PersistentOptions) Complete() error
func (*PersistentOptions) PrintCompleted ¶
func (o *PersistentOptions) PrintCompleted(cmd *cobra.Command)
func (*PersistentOptions) PrintRaw ¶
func (o *PersistentOptions) PrintRaw(cmd *cobra.Command)
type RawPersistentOptions ¶
Click to show internal directories.
Click to hide internal directories.