Documentation ¶
Index ¶
Constants ¶
View Source
const ( WorkspacesPrefix string = `/apis/workspaces.konflux-ci.dev/v1alpha1/workspaces` NamespacedWorkspacesPrefix string = `/apis/workspaces.konflux-ci.dev/v1alpha1/namespaces/{namespace}/workspaces` )
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New( logger *slog.Logger, addr string, cache cache.Cache, readHandle workspace.ReadWorkspaceQueryHandlerFunc, listHandle workspace.ListWorkspaceQueryHandlerFunc, createHandle workspace.CreateWorkspaceCommandHandlerFunc, updateHandle workspace.UpdateWorkspaceCommandHandlerFunc, patchHandle workspace.PatchWorkspaceCommandHandlerFunc, ) *http.Server
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.