Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateConfigMapHandler ¶
type CreateConfigMapHandler struct { handlers.PorterHandlerReadWriter authz.KubernetesAgentGetter }
func NewCreateConfigMapHandler ¶
func NewCreateConfigMapHandler( config *config.Config, decoderValidator shared.RequestDecoderValidator, writer shared.ResultWriter, ) *CreateConfigMapHandler
func (*CreateConfigMapHandler) ServeHTTP ¶
func (c *CreateConfigMapHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type DeleteConfigMapHandler ¶
type DeleteConfigMapHandler struct { handlers.PorterHandlerReader authz.KubernetesAgentGetter }
func NewDeleteConfigMapHandler ¶
func NewDeleteConfigMapHandler( config *config.Config, decoderValidator shared.RequestDecoderValidator, ) *DeleteConfigMapHandler
func (*DeleteConfigMapHandler) ServeHTTP ¶
func (c *DeleteConfigMapHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type DeletePodHandler ¶
type DeletePodHandler struct { handlers.PorterHandlerReadWriter authz.KubernetesAgentGetter }
func NewDeletePodHandler ¶
func NewDeletePodHandler( config *config.Config, ) *DeletePodHandler
func (*DeletePodHandler) ServeHTTP ¶
func (c *DeletePodHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type GetConfigMapHandler ¶
type GetConfigMapHandler struct { handlers.PorterHandlerReadWriter authz.KubernetesAgentGetter }
func NewGetConfigMapHandler ¶
func NewGetConfigMapHandler( config *config.Config, decoderValidator shared.RequestDecoderValidator, writer shared.ResultWriter, ) *GetConfigMapHandler
func (*GetConfigMapHandler) ServeHTTP ¶
func (c *GetConfigMapHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type GetIngressHandler ¶
type GetIngressHandler struct { handlers.PorterHandlerReadWriter authz.KubernetesAgentGetter }
func NewGetIngressHandler ¶
func NewGetIngressHandler( config *config.Config, resultWriter shared.ResultWriter, ) *GetIngressHandler
func (*GetIngressHandler) ServeHTTP ¶
func (c *GetIngressHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type GetPodEventsHandler ¶
type GetPodEventsHandler struct { handlers.PorterHandlerReadWriter authz.KubernetesAgentGetter }
func NewGetPodEventsHandler ¶
func NewGetPodEventsHandler( config *config.Config, resultWriter shared.ResultWriter, ) *GetPodEventsHandler
func (*GetPodEventsHandler) ServeHTTP ¶
func (c *GetPodEventsHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type ListConfigMapsHandler ¶
type ListConfigMapsHandler struct { handlers.PorterHandlerWriter authz.KubernetesAgentGetter }
func NewListConfigMapsHandler ¶
func NewListConfigMapsHandler( config *config.Config, writer shared.ResultWriter, ) *ListConfigMapsHandler
func (*ListConfigMapsHandler) ServeHTTP ¶
func (c *ListConfigMapsHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type ListReleasesHandler ¶
type ListReleasesHandler struct { handlers.PorterHandlerReadWriter authz.KubernetesAgentGetter }
func NewListReleasesHandler ¶
func NewListReleasesHandler( config *config.Config, decoderValidator shared.RequestDecoderValidator, writer shared.ResultWriter, ) *ListReleasesHandler
func (*ListReleasesHandler) ServeHTTP ¶
func (c *ListReleasesHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type RenameConfigMapHandler ¶
type RenameConfigMapHandler struct { handlers.PorterHandlerReadWriter authz.KubernetesAgentGetter }
func NewRenameConfigMapHandler ¶
func NewRenameConfigMapHandler( config *config.Config, decoderValidator shared.RequestDecoderValidator, writer shared.ResultWriter, ) *RenameConfigMapHandler
func (*RenameConfigMapHandler) ServeHTTP ¶
func (c *RenameConfigMapHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type StreamPodLogsHandler ¶
type StreamPodLogsHandler struct { handlers.PorterHandlerReadWriter authz.KubernetesAgentGetter }
func NewStreamPodLogsHandler ¶
func NewStreamPodLogsHandler( config *config.Config, decoderValidator shared.RequestDecoderValidator, writer shared.ResultWriter, ) *StreamPodLogsHandler
func (*StreamPodLogsHandler) ServeHTTP ¶
func (c *StreamPodLogsHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type UpdateConfigMapHandler ¶
type UpdateConfigMapHandler struct { handlers.PorterHandlerReadWriter authz.KubernetesAgentGetter }
func NewUpdateConfigMapHandler ¶
func NewUpdateConfigMapHandler( config *config.Config, decoderValidator shared.RequestDecoderValidator, writer shared.ResultWriter, ) *UpdateConfigMapHandler
func (*UpdateConfigMapHandler) ServeHTTP ¶
func (c *UpdateConfigMapHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.