Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewInvalidAnnotation (0.84 sec)

  1. pkg/config/analysis/msg/messages.gen.go

    	return diag.NewMessage(
    		NamespaceMultipleInjectionLabels,
    		r,
    		labels,
    	)
    }
    
    // NewInvalidAnnotation returns a new diag.Message based on InvalidAnnotation.
    func NewInvalidAnnotation(r *resource.Instance, annotation string, problem string) diag.Message {
    	return diag.NewMessage(
    		InvalidAnnotation,
    		r,
    		annotation,
    		problem,
    	)
    }
    
    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