Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for injectTemplateHandler (0.34 sec)

  1. pilot/pkg/xds/debug.go

    		secretsAny,
    		extensionsAny,
    	)
    	configDump := &admin.ConfigDump{
    		Configs: configs,
    	}
    	return configDump, nil
    }
    
    // injectTemplateHandler dumps the injection template
    // Replaces dumping the template at startup.
    func (s *DiscoveryServer) injectTemplateHandler(webhook func() map[string]string) func(http.ResponseWriter, *http.Request) {
    	return func(w http.ResponseWriter, req *http.Request) {
    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