Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for convertVirtualService (0.4 sec)

  1. pilot/pkg/config/kube/gateway/conversion.go

    				} else {
    					res[fromKey][toKey].AllowAll = true
    				}
    			}
    		}
    	}
    	return res
    }
    
    // convertVirtualService takes all xRoute types and generates corresponding VirtualServices.
    func convertVirtualService(r configContext) []config.Config {
    	result := []config.Config{}
    	for _, obj := range r.TCPRoute {
    		result = append(result, buildTCPVirtualService(r, obj)...)
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
Back to top