Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ImageAutoAnalyzer (0.12 sec)

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

    		},
    	},
    	{
    		name: "Detect `image: auto` in non-injected pods",
    		inputFiles: []string{
    			"testdata/image-auto.yaml",
    		},
    		analyzer: &injection.ImageAutoAnalyzer{},
    		expected: []message{
    			{msg.ImageAutoWithoutInjectionWarning, "Deployment not-injected/non-injected-gateway-deployment"},
    			{msg.ImageAutoWithoutInjectionError, "Pod default/injected-pod"},
    		},
    	},
    	{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 07:22:31 UTC 2024
    - 42.6K bytes
    - Viewed (0)
Back to top