Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for insertedClusters (0.11 sec)

  1. pilot/pkg/networking/core/envoyfilter/cluster_patch.go

    			continue
    		}
    		if commonConditionMatch(pctx, cp) && clusterMatch(c, cp, hosts) {
    			return false
    		}
    	}
    	return true
    }
    
    // InsertedClusters collects all clusters that are added via ADD operation and match the patch context.
    func InsertedClusters(pctx networking.EnvoyFilter_PatchContext, efw *model.EnvoyFilterWrapper) []*cluster.Cluster {
    	if efw == nil {
    		return nil
    	}
    	var result []*cluster.Cluster
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 6.8K bytes
    - Viewed (0)
Back to top