Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SvcUpdate (0.15 sec)

  1. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    		}
    		expectServiceInstances(t, sd, httpStaticOverlayUpdatedNs, 0, instances)
    		// svcUpdate is not triggered since `httpStatic` is there and has instances, so we should
    		// not delete the endpoints shards of "*.google.com". We xpect a full push as the service has changed.
    		expectEvents(t, events,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  2. pilot/pkg/model/push_context.go

    	EDSCacheUpdate(shard ShardKey, hostname string, namespace string, entry []*IstioEndpoint)
    
    	// SvcUpdate is called when a service definition is updated/deleted.
    	SvcUpdate(shard ShardKey, hostname string, namespace string, event Event)
    
    	// ConfigUpdate is called to notify the XDS server of config updates and request a push.
    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