cmd

package
v0.0.0-...-184f8a4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func KubectlGWCommand

func KubectlGWCommand() *cobra.Command

func NewClusterCMD

func NewClusterCMD(streams genericclioptions.IOStreams) *cobra.Command

Types

type Options

type Options struct {
	// Kubeconfig specifies kubeconfig file(s).
	Kubeconfig string
	// KubectlOverrides stores the extra client connection fields, such as context, user, etc.
	KubectlOverrides *clientcmd.ConfigOverrides

	genericclioptions.IOStreams

	// ClientConfig is the resolved cliendcmd.ClientConfig based on the client connection flags. This is only valid
	// after calling Complete.
	ClientConfig clientcmd.ClientConfig

	Name string
	// contains filtered or unexported fields
}

Options contains options common to most CLI plugins, including settings for connecting to kcp (kubeconfig, etc).

func NewOptions

func NewOptions(streams genericclioptions.IOStreams) *Options

NewOptions provides an instance of Options with default values.

func (*Options) BindFlags

func (o *Options) BindFlags(cmd *cobra.Command)

BindFlags binds options fields to cmd's flagset.

func (*Options) Complete

func (o *Options) Complete(args []string) error

func (*Options) Run

func (o *Options) Run(ctx context.Context, streams genericclioptions.IOStreams) error

func (*Options) Validate

func (o *Options) Validate() error

Validate validates the configured options.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL