Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NotifyWorkloadInstanceHandlers (0.23 sec)

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

    		event = model.EventDelete
    	}
    
    	wi := s.convertWorkloadEntryToWorkloadInstance(curr, s.Cluster())
    	if wi != nil && !wi.DNSServiceEntryOnly {
    		// fire off the k8s handlers
    		s.NotifyWorkloadInstanceHandlers(wi, event)
    	}
    
    	// includes instances new updated or unchanged, in other word it is the current state.
    	instancesUpdated := []*model.ServiceInstance{}
    	instancesDeleted := []*model.ServiceInstance{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 36.8K bytes
    - Viewed (0)
Back to top