Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/pkg/networking/core/cluster.go

    	}
    	for _, c := range clusters {
    		if patched := p.doPatch(hosts, c); patched != nil {
    			l = append(l, patched)
    		}
    	}
    	return l
    }
    
    func (p clusterPatcher) insertedClusters() []*cluster.Cluster {
    	return envoyfilter.InsertedClusters(p.pctx, p.efw)
    }
    
    func (p clusterPatcher) hasPatches() bool {
    	return p.efw != nil && len(p.efw.Patches[networking.EnvoyFilter_CLUSTER]) > 0
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 33K bytes
    - Viewed (0)
Back to top