Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for substituted (0.09 sec)

  1. pkg/config/validation/validation.go

    	if len(exportTo) > 0 {
    		// Make sure there are no duplicates
    		exportToSet := sets.New[string]()
    		for _, e := range exportTo {
    			key := e
    			if visibility.Instance(e) == visibility.Private {
    				// substitute this with the current namespace so that we
    				// can check for duplicates like ., namespace
    				key = namespace
    			}
    			if exportToSet.Contains(key) {
    				if key != e {
    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