Versions in this module Expand all Collapse all v1 v1.0.0 Dec 3, 2021 Changes in this version + func NewDebugCmd(streams genericclioptions.IOStreams) *cobra.Command + type Config struct + AgentImage string + AgentImagePullPolicy string + AgentImagePullSecretName string + AgentPodCpuLimits string + AgentPodCpuRequests string + AgentPodMemoryLimits string + AgentPodMemoryRequests string + AgentPodNamePrefix string + AgentPodNamespace string + AgentPort int + Command []string + CreateDebugAgentPod bool + DebugAgentDaemonSet string + DebugAgentNamespace string + ForkPodRetainLabels []string + Image string + IsLxcfsEnabled bool + PortForward bool + RegistrySecretName string + RegistrySecretNamespace string + RegistrySkipTLSVerify bool + Verbosity int + func Load(s string) (*Config, error) + func LoadFile(filename string) (*Config, error) + type DebugOptions struct + AgentImage string + AgentImagePullPolicy string + AgentImagePullSecretName string + AgentPodName string + AgentPodNamespace string + AgentPodNode string + AgentPodResource agentPodResources + AgentPort int + AppName string + Args []string + Command []string + Config *restclient.Config + ConfigLocation string + ContainerName string + CoreClient coreclient.CoreV1Interface + CreateDebugAgentPod bool + DebugAgentDaemonSet string + DebugAgentNamespace string + Flags *genericclioptions.ConfigFlags + Fork bool + ForkPodRetainLabels []string + Image string + IsLxcfsEnabled bool + KubeCli *kubernetes.Clientset + Logger *log.Logger + Namespace string + PodName string + PortForward bool + PortForwarder portForwarder + Ports []string + RESTClient *restclient.RESTClient + ReadyChannel chan struct{} + RegistrySecretName string + RegistrySecretNamespace string + RegistrySkipTLSVerify bool + StopChannel chan struct{} + UserName string + Verbosity int + func NewDebugOptions(streams genericclioptions.IOStreams) *DebugOptions + func (o *DebugOptions) Complete(cmd *cobra.Command, args []string, argsLenAtDash int) error + func (o *DebugOptions) Run() error + func (o *DebugOptions) Validate() error