Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/pkg/model/push_context.go

    			pr.ConfigsUpdated.Insert(conf)
    		}
    	}
    
    	return pr
    }
    
    // CopyMerge two update requests together. Unlike Merge, this will not mutate either input.
    // This should be used when we are modifying a shared PushRequest (typically any time it's in the context
    // of a single proxy)
    func (pr *PushRequest) CopyMerge(other *PushRequest) *PushRequest {
    	if pr == nil {
    		return other
    	}
    	if other == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
Back to top