Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewAnalyzer (0.17 sec)

  1. istioctl/pkg/authz/authz.go

    					return fmt.Errorf("failed to get config dump from pod %s in %s", podName, podNamespace)
    				}
    			} else {
    				return fmt.Errorf("expecting pod name or config dump, found: %d", len(args))
    			}
    
    			analyzer, err := NewAnalyzer(configDump)
    			if err != nil {
    				return err
    			}
    			analyzer.Print(cmd.OutOrStdout())
    			return nil
    		},
    		ValidArgsFunction: completion.ValidPodsNameArgs(ctx),
    	}
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Sat Apr 13 05:23:38 GMT 2024
    - 5K bytes
    - Viewed (0)
Back to top