Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalOptions ¶
type GlobalOptions struct {
SkipVersionCheck bool
Output string
NoAwsProxy bool
KubeFlags genericclioptions.ConfigFlags
}
GlobalOptions defines all available commands
func NewGlobalOptions ¶ added in v0.57.0
func NewGlobalOptions() *GlobalOptions
func (*GlobalOptions) AddKubeFlags ¶ added in v0.57.0
func (opts *GlobalOptions) AddKubeFlags(cmd *cobra.Command)
func (*GlobalOptions) AddNoAwsProxyFlag ¶ added in v0.57.0
func (opts *GlobalOptions) AddNoAwsProxyFlag(cmd *cobra.Command)
func (*GlobalOptions) AddOutputFlag ¶ added in v0.57.0
func (opts *GlobalOptions) AddOutputFlag(cmd *cobra.Command)
func (*GlobalOptions) AddSkipVersionCheckFlag ¶ added in v0.57.0
func (opts *GlobalOptions) AddSkipVersionCheckFlag(cmd *cobra.Command)
Click to show internal directories.
Click to hide internal directories.