Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EnvoyFilter_LISTENER (0.16 sec)

  1. pkg/config/xds/xds.go

    	if value == nil {
    		// for remove ops
    		return nil, nil
    	}
    	var obj proto.Message
    	switch applyTo {
    	case networking.EnvoyFilter_CLUSTER:
    		obj = &cluster.Cluster{}
    	case networking.EnvoyFilter_LISTENER:
    		obj = &listener.Listener{}
    	case networking.EnvoyFilter_ROUTE_CONFIGURATION:
    		obj = &route.RouteConfiguration{}
    	case networking.EnvoyFilter_FILTER_CHAIN:
    		obj = &listener.FilterChain{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 14 02:41:27 UTC 2023
    - 3K bytes
    - Viewed (0)
Back to top