Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NamespaceOrDefault (0.16 sec)

  1. istioctl/pkg/analyze/analyze.go

    			// for file resources that don't have one specified.
    			selectedNamespace = ctx.Namespace()
    			if useKube {
    				// apply default namespace if not specified and useKube is true
    				selectedNamespace = ctx.NamespaceOrDefault(selectedNamespace)
    				if selectedNamespace != "" {
    					client, err := ctx.CLIClient()
    					if err != nil {
    						return err
    					}
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Apr 02 08:32:06 GMT 2024
    - 17K bytes
    - Viewed (0)
Back to top