Versions in this module Expand all Collapse all v0 v0.25.0 Jan 19, 2026 Changes in this version + func GetMainCommand() *cobra.Command + type ExecOptions struct + ComponentID string + Container string + Namespace string + OverrideClusterServer string + PodName string + Stdin bool + TTY bool + func (o *ExecOptions) MakeExecOptions(kubeConfig *environment.KubeConfigItem, command []string) *k8sExec.Options + func (o *ExecOptions) UpdateFlagSet(flags *pflag.FlagSet)