namespace

package
v0.11.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2021 License: MIT Imports: 14 Imported by: 0

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

type DeleteConfigMapHandler

type DeleteConfigMapHandler struct {
	handlers.PorterHandlerReader
	authz.KubernetesAgentGetter
}

func NewDeleteConfigMapHandler

func NewDeleteConfigMapHandler(
	config *config.Config,
	decoderValidator shared.RequestDecoderValidator,
) *DeleteConfigMapHandler

func (*DeleteConfigMapHandler) ServeHTTP

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

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

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL