Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pushContextHandler (0.37 sec)

  1. pilot/pkg/xds/debug.go

    	AuthorizationPolicies *model.AuthorizationPolicies
    	NetworkGateways       []model.NetworkGateway
    	UnresolvedGateways    []model.NetworkGateway
    }
    
    // pushContextHandler dumps the current PushContext
    func (s *DiscoveryServer) pushContextHandler(w http.ResponseWriter, req *http.Request) {
    	push := PushContextDebug{}
    	pc := s.globalPushContext()
    	if pc == nil {
    		return
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 39.5K bytes
    - Viewed (0)
Back to top