Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validateWasmPluginVMConfig (0.25 sec)

  1. pkg/config/validation/validation.go

    			validatePolicyTargetReference(spec.GetTargetRef()),
    			validatePolicyTargetReferences(spec.GetTargetRefs()),
    			validateWasmPluginURL(spec.Url),
    			validateWasmPluginSHA(spec),
    			validateWasmPluginVMConfig(spec.VmConfig),
    			validateWasmPluginMatch(spec.Match),
    		)
    		return errs.Unwrap()
    	})
    
    func validateWasmPluginURL(pluginURL string) error {
    	if pluginURL == "" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
Back to top