Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NewImageAutoWithoutInjectionWarning (0.31 sec)

  1. pkg/config/analysis/analyzers/injection/image-auto.go

    			return true
    		}
    		nsLabels := getNamespaceLabels(c, resource.Metadata.FullName.Namespace.String())
    		if !matchesWebhooks(nsLabels, d.Template.Labels, istioWebhooks) {
    			m := msg.NewImageAutoWithoutInjectionWarning(resource, "Deployment", resource.Metadata.FullName.Name.String())
    			c.Report(gvk.Deployment, m)
    		}
    		return true
    	})
    }
    
    func hasAutoImage(spec *v1.PodSpec) bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 01 01:34:15 UTC 2023
    - 4K bytes
    - Viewed (0)
  2. pkg/config/analysis/msg/messages.gen.go

    	return diag.NewMessage(
    		ConflictingGateways,
    		r,
    		gateway,
    		selector,
    		portnumber,
    		hosts,
    	)
    }
    
    // NewImageAutoWithoutInjectionWarning returns a new diag.Message based on ImageAutoWithoutInjectionWarning.
    func NewImageAutoWithoutInjectionWarning(r *resource.Instance, resourceType string, resourceName string) diag.Message {
    	return diag.NewMessage(
    		ImageAutoWithoutInjectionWarning,
    		r,
    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