Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for indexField (0.14 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/selection_predicate.go

    	return s.Label.Empty() && s.Field.Empty()
    }
    
    // For any index defined by IndexFields, if a matcher can match only (a subset)
    // of objects that return <value> for a given index, a pair (<index name>, <value>)
    // wil be returned.
    func (s *SelectionPredicate) MatcherIndex(ctx context.Context) []MatchValue {
    	var result []MatchValue
    	for _, field := range s.IndexFields {
    		if value, ok := s.Field.RequiresExactMatch(field); ok {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 09:20:10 UTC 2024
    - 5.6K bytes
    - Viewed (0)
Back to top