Documentation
¶
Index ¶
- func New() *handlerImpl
- type ConfigurableImpl
- func (c *ConfigurableImpl) ConfigureFlags(api *operations.EzDeployApiserverAPI)
- func (c *ConfigurableImpl) ConfigureServer(s *http.Server, scheme, addr string)
- func (c *ConfigurableImpl) ConfigureTLS(tlsConfig *tls.Config)
- func (c *ConfigurableImpl) CustomConfigure(api *operations.EzDeployApiserverAPI)
- func (c *ConfigurableImpl) SetupGlobalMiddleware(handler http.Handler) http.Handler
- func (c *ConfigurableImpl) SetupMiddlewares(handler http.Handler) http.Handler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigurableImpl ¶
type ConfigurableImpl struct{}
ConfigurableImpl impl restapi.Configurable interface, but do nothing.
func (*ConfigurableImpl) ConfigureFlags ¶
func (c *ConfigurableImpl) ConfigureFlags(api *operations.EzDeployApiserverAPI)
func (*ConfigurableImpl) ConfigureServer ¶
func (c *ConfigurableImpl) ConfigureServer(s *http.Server, scheme, addr string)
func (*ConfigurableImpl) ConfigureTLS ¶
func (c *ConfigurableImpl) ConfigureTLS(tlsConfig *tls.Config)
func (*ConfigurableImpl) CustomConfigure ¶
func (c *ConfigurableImpl) CustomConfigure(api *operations.EzDeployApiserverAPI)
func (*ConfigurableImpl) SetupGlobalMiddleware ¶
func (c *ConfigurableImpl) SetupGlobalMiddleware(handler http.Handler) http.Handler
func (*ConfigurableImpl) SetupMiddlewares ¶
func (c *ConfigurableImpl) SetupMiddlewares(handler http.Handler) http.Handler
Click to show internal directories.
Click to hide internal directories.