Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for errorIfMessagesExceedThreshold (0.22 sec)

  1. istioctl/pkg/analyze/analyze.go

    			// We're intentionally keeping failure threshold and output threshold decoupled for now
    			var returnError error
    			if msgOutputFormat == formatting.LogFormat {
    				returnError = errorIfMessagesExceedThreshold(result.Messages)
    				if returnError == nil && parseErrors > 0 && !ignoreUnknown {
    					returnError = FileParseError{}
    				}
    			}
    			return returnError
    		},
    	}
    
    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