Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteHandler ¶
type DeleteHandler struct { handlers.PorterHandlerReadWriter authz.KubernetesAgentGetter }
func NewDeleteHandler ¶
func NewDeleteHandler( config *config.Config, ) *DeleteHandler
func (*DeleteHandler) ServeHTTP ¶
func (c *DeleteHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type GetPodsHandler ¶
type GetPodsHandler struct { handlers.PorterHandlerReadWriter authz.KubernetesAgentGetter }
func NewGetPodsHandler ¶
func NewGetPodsHandler( config *config.Config, writer shared.ResultWriter, ) *GetPodsHandler
func (*GetPodsHandler) ServeHTTP ¶
func (c *GetPodsHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type StopHandler ¶
type StopHandler struct { handlers.PorterHandlerReadWriter authz.KubernetesAgentGetter }
func NewStopHandler ¶
func NewStopHandler( config *config.Config, ) *StopHandler
func (*StopHandler) ServeHTTP ¶
func (c *StopHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.