Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FilterSelectsNonEmpty (0.29 sec)

  1. pkg/kube/krt/filter.go

    			return idx.Lookup(k)
    		}
    		h.filter.indexMatches = func(a any) bool {
    			return idx.objectHasKey(a.(I), k)
    		}
    	}
    }
    
    // FilterSelectsNonEmpty only includes objects that select this label. If the selector is empty, it is not a match.
    func FilterSelectsNonEmpty(lbls map[string]string) FetchOption {
    	return func(h *dependency) {
    		h.filter.selectsNonEmpty = lbls
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 23:33:56 UTC 2024
    - 4.8K bytes
    - Viewed (0)
Back to top