Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdProxy ¶
func NewCmdProxy(f cmdutil.Factory, ioStreams genericclioptions.IOStreams) *cobra.Command
NewCmdProxy returns the proxy Cobra command
Types ¶
type ProxyOptions ¶ added in v0.18.0
type ProxyOptions struct {
genericclioptions.IOStreams
// contains filtered or unexported fields
}
ProxyOptions have the data required to perform the proxy operation
func NewProxyOptions ¶ added in v0.18.0
func NewProxyOptions(ioStreams genericclioptions.IOStreams) *ProxyOptions
NewProxyOptions creates the options for proxy
func (*ProxyOptions) Complete ¶ added in v0.18.0
func (o *ProxyOptions) Complete(f cmdutil.Factory) error
Complete adapts from the command line args and factory to the data required.
Click to show internal directories.
Click to hide internal directories.