Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rdsNeedsPush (0.21 sec)

  1. pilot/pkg/xds/rds.go

    	kind.WorkloadGroup,
    	kind.AuthorizationPolicy,
    	kind.RequestAuthentication,
    	kind.PeerAuthentication,
    	kind.Secret,
    	kind.WasmPlugin,
    	kind.Telemetry,
    	kind.ProxyConfig,
    	kind.DNSName,
    )
    
    func rdsNeedsPush(req *model.PushRequest) bool {
    	if req == nil {
    		return true
    	}
    	if !req.Full {
    		// RDS only handles full push
    		return false
    	}
    	// If none set, we will always push
    	if len(req.ConfigsUpdated) == 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 07:19:38 UTC 2024
    - 1.9K bytes
    - Viewed (0)
Back to top