Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for VirtualHosts (0.07 sec)

  1. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsDataConfigCA.java

            setVirtualHosts_Terms("virtualHosts", opLambda, null);
        }
    
        public void setVirtualHosts_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsDataConfigCA> aggsLambda) {
            setVirtualHosts_Terms("virtualHosts", opLambda, aggsLambda);
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 88.1K bytes
    - Viewed (0)
  2. istioctl/pkg/describe/describe.go

    			return "", err
    		}
    		if routeTyped.Name != sPort && !strings.HasPrefix(routeTyped.Name, "http.") &&
    			!strings.HasPrefix(routeTyped.Name, "https.") {
    			continue
    		}
    
    		for _, vh := range routeTyped.VirtualHosts {
    			for _, route := range vh.Routes {
    				if routeDestinationMatchesSvc(route, svc, vh, port) {
    					return getIstioConfig(route.Metadata)
    				}
    			}
    		}
    	}
    	return "", nil
    }
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 24 17:36:49 UTC 2024
    - 50.6K bytes
    - Viewed (0)
Back to top