Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fullpath (0.07 sec)

  1. pilot/pkg/model/endpointshards.go

    type PushType int
    
    const (
    	// NoPush does not push any thing.
    	NoPush PushType = iota
    	// IncrementalPush just pushes endpoints.
    	IncrementalPush
    	// FullPush triggers full push - typically used for new services.
    	FullPush
    )
    
    // UpdateServiceEndpoints updates EndpointShards data by clusterID, hostname, IstioEndpoints.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 15.6K bytes
    - Viewed (0)
Back to top