Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for errStrParts (0.08 sec)

  1. tools/istio-iptables/pkg/dependencies/implementation.go

    		// Reusing the `error hints` and optional `try help information` parts of the original stderr to form
    		// an error message with explicit xtables error information.
    		errStrParts := strings.SplitN(stderr, ":", 2)
    		errStr := stderr
    		if len(errStrParts) > 1 {
    			errStr = errStrParts[1]
    		}
    		return fmt.Sprintf("%v: %v", errtypeStr, strings.TrimSpace(errStr))
    	}
    
    	return stderr
    }
    
    // Run runs a command
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 19:54:50 UTC 2024
    - 8.2K bytes
    - Viewed (0)
Back to top