Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FilterOut (0.11 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/errors/errors.go

    func (agg aggregate) Errors() []error {
    	return []error(agg)
    }
    
    // Matcher is used to match errors.  Returns true if the error matches.
    type Matcher func(error) bool
    
    // FilterOut removes all errors that match any of the matchers from the input
    // error.  If the input is a singular error, only that error is tested.  If the
    // input implements the Aggregate interface, the list of errors will be
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 29 09:44:02 UTC 2023
    - 6.3K bytes
    - Viewed (0)
Back to top