Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListClusterIntegrationsHandler ¶
type ListClusterIntegrationsHandler struct {
handlers.PorterHandlerWriter
}
func NewListClusterIntegrationsHandler ¶
func NewListClusterIntegrationsHandler( config *config.Config, writer shared.ResultWriter, ) *ListClusterIntegrationsHandler
func (*ListClusterIntegrationsHandler) ServeHTTP ¶
func (v *ListClusterIntegrationsHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type ListHelmRepoIntegrationsHandler ¶
type ListHelmRepoIntegrationsHandler struct {
handlers.PorterHandlerWriter
}
func NewListHelmRepoIntegrationsHandler ¶
func NewListHelmRepoIntegrationsHandler( config *config.Config, writer shared.ResultWriter, ) *ListHelmRepoIntegrationsHandler
func (*ListHelmRepoIntegrationsHandler) ServeHTTP ¶
func (v *ListHelmRepoIntegrationsHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type ListRegistryIntegrationsHandler ¶
type ListRegistryIntegrationsHandler struct {
handlers.PorterHandlerWriter
}
func NewListRegistryIntegrationsHandler ¶
func NewListRegistryIntegrationsHandler( config *config.Config, writer shared.ResultWriter, ) *ListRegistryIntegrationsHandler
func (*ListRegistryIntegrationsHandler) ServeHTTP ¶
func (v *ListRegistryIntegrationsHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type MetadataGetHandler ¶
type MetadataGetHandler struct {
handlers.PorterHandlerWriter
}
func NewMetadataGetHandler ¶
func NewMetadataGetHandler( config *config.Config, writer shared.ResultWriter, ) *MetadataGetHandler
func (*MetadataGetHandler) ServeHTTP ¶
func (v *MetadataGetHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.