Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPodSidecarInjectionStatus (0.31 sec)

  1. pkg/config/analysis/analyzers/util/in_mesh.go

    	if hasIstioProxy(containers) {
    		return true
    	}
    
    	// If Pod has labels, return the injection label value
    	if piv, ok := getPodSidecarInjectionStatus(labels); ok {
    		return piv
    	}
    
    	// If Pod has annotation, return the injection annotation value
    	if piv, ok := getPodSidecarInjectionStatus(annos); ok {
    		return piv
    	}
    
    	// In case the annotation is not present but there is a auto-injection label on the namespace,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 4.3K bytes
    - Viewed (0)
Back to top