Documentation ¶
Index ¶
- func DebugCommand(ctx cli.Context) *cobra.Command
- func HandlerForDebugErrors(kubeClient kube.CLIClient, centralOpts *clioptions.CentralControlPlaneOptions, ...) (map[string]*discovery.DiscoveryResponse, error)
- func HandlerForRetrieveDebugList(kubeClient kube.CLIClient, centralOpts clioptions.CentralControlPlaneOptions, ...) (map[string]*discovery.DiscoveryResponse, error)
- type DebugWriter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandlerForDebugErrors ¶
func HandlerForDebugErrors(kubeClient kube.CLIClient, centralOpts *clioptions.CentralControlPlaneOptions, writer io.Writer, istioNamespace string, xdsResponses map[string]*discovery.DiscoveryResponse, ) (map[string]*discovery.DiscoveryResponse, error)
func HandlerForRetrieveDebugList ¶
func HandlerForRetrieveDebugList(kubeClient kube.CLIClient, centralOpts clioptions.CentralControlPlaneOptions, writer io.Writer, istioNamespace string, ) (map[string]*discovery.DiscoveryResponse, error)
Types ¶
type DebugWriter ¶
func (*DebugWriter) PrintAll ¶
func (s *DebugWriter) PrintAll(drs map[string]*discovery.DiscoveryResponse) error
Click to show internal directories.
Click to hide internal directories.