Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetFrom (0.11 sec)

  1. pkg/config/validation/validation.go

    					if invalid {
    						return fmt.Errorf("%s is currently not supported with CUSTOM action", name)
    					}
    					return nil
    				}
    				for _, from := range rule.GetFrom() {
    					if src := from.GetSource(); src != nil {
    						errs = appendErrors(errs, check(len(src.Namespaces) != 0, "From.Namespaces"))
    						errs = appendErrors(errs, check(len(src.NotNamespaces) != 0, "From.NotNamespaces"))
    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