Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for IST0146 (0.08 sec)

  1. pkg/config/analysis/msg/messages.yaml

          - name: selector
            type: string
          - name: portnumber
            type: string
          - name: hosts
            type: string
    
      - name: "ImageAutoWithoutInjectionWarning"
        code: IST0146
        level: Warning
        description: "Deployments with `image: auto` should be targeted for injection."
        template: "%s %s contains `image: auto` but does not match any Istio injection webhook selectors."
        args:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  2. pkg/config/analysis/msg/messages.gen.go

    	// Description: Deployments with `image: auto` should be targeted for injection.
    	ImageAutoWithoutInjectionWarning = diag.NewMessageType(diag.Warning, "IST0146", "%s %s contains `image: auto` but does not match any Istio injection webhook selectors.")
    
    	// ImageAutoWithoutInjectionError defines a diag.MessageType for message "ImageAutoWithoutInjectionError".
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 43.2K bytes
    - Viewed (0)
Back to top