Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DeleteWatchedResource (0.56 sec)

  1. pkg/xds/server_test.go

    	"istio.io/istio/pkg/model"
    )
    
    type TestProxy struct {
    	WatchedResources map[string]*WatchedResource
    }
    
    func (p *TestProxy) DeleteWatchedResource(url string) {
    	delete(p.WatchedResources, url)
    }
    
    func (p *TestProxy) GetWatchedResource(url string) *WatchedResource {
    	return p.WatchedResources[url]
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 4.8K bytes
    - Viewed (0)
Back to top