Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for neverRemoveDelta (0.45 sec)

  1. pilot/pkg/xds/delta.go

    func requiresResourceNamesModification(url string) bool {
    	return url == v3.AddressType || url == v3.WorkloadType
    }
    
    // neverRemoveDelta checks if a type should never remove resources
    func neverRemoveDelta(url string) bool {
    	// https://github.com/envoyproxy/envoy/issues/32823
    	// We want to garbage collect extensions when they are no longer referenced, rather than delete immediately
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 25.6K bytes
    - Viewed (0)
Back to top