Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getNamesSidecarInjectionStatus (0.25 sec)

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

    		return piv
    	}
    
    	// In case the annotation is not present but there is a auto-injection label on the namespace,
    	// return the auto-injection label status
    	if niv, nivok := getNamesSidecarInjectionStatus(namespace, c); nivok {
    		return niv
    	}
    
    	return false
    }
    
    // getPodSidecarInjectionStatus returns two booleans: enabled and ok.
    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