Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AppendWorkloadHandler (0.14 sec)

  1. pilot/pkg/model/controller.go

    	// AppendServiceHandler notifies about changes to the service catalog.
    	AppendServiceHandler(f ServiceHandler)
    
    	// AppendWorkloadHandler notifies about changes to workloads. This differs from InstanceHandler,
    	// which deals with service instances (the result of a merge of Service and Workload)
    	AppendWorkloadHandler(f func(*WorkloadInstance, Event))
    
    	// Run until a signal is received
    	Run(stop <-chan struct{})
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 25 06:54:32 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top