Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for zoneIndex (0.1 sec)

  1. pkg/config/validation/agent/validation.go

    			errs = AppendValidation(errs, fmt.Errorf("locality lb failover region should not contain '*' wildcard"))
    		}
    	}
    
    	return
    }
    
    const (
    	regionIndex int = iota
    	zoneIndex
    	subZoneIndex
    )
    
    func validateLocalities(localities []string) error {
    	regionZoneSubZoneMap := map[string]map[string]map[string]bool{}
    	for _, locality := range localities {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 30.9K bytes
    - Viewed (0)
Back to top