Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for podsToSidecars (0.13 sec)

  1. pkg/config/analysis/analyzers/sidecar/selector.go

    			// Only attempt to match in the same namespace
    			if pNs != sNs {
    				return true
    			}
    
    			if sel.Matches(podLabels) {
    				foundPod = true
    				podsToSidecars[rp.Metadata.FullName] = append(podsToSidecars[rp.Metadata.FullName], rs)
    				pods[rp.Metadata.FullName] = rp
    			}
    
    			return true
    		})
    
    		if !foundPod {
    			m := msg.NewReferencedResourceNotFound(rs, "selector", sel.String())
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun May 05 03:44:57 UTC 2024
    - 5K bytes
    - Viewed (0)
Back to top