Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewPodMissingProxy (0.11 sec)

  1. pkg/config/analysis/analyzers/injection/injection.go

    			if container.Name == util.IstioProxyName {
    				proxyImage = container.Image
    				break
    			}
    		}
    
    		if proxyImage == "" {
    			c.Report(gvk.Pod, msg.NewPodMissingProxy(r, r.Metadata.FullName.String()))
    		}
    
    		return true
    	})
    }
    
    // GetInjectedConfigMapValuesStruct retrieves value of sidecarInjectorWebhook.enableNamespacesByDefault
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 5.5K bytes
    - Viewed (0)
Back to top