Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server represents the HTTP server
func NewServer ¶
func NewServer( sandboxService *service.SandboxService, egressAuthService *service.EgressAuthService, credentialSourceService *service.CredentialSourceService, templateService *service.TemplateService, registryService *service.RegistryService, templateStore store.TemplateStore, templateReconciler TemplateReconciler, templateStoreEnabled bool, clusterService *service.ClusterService, authValidator *internalauth.Validator, logger *zap.Logger, port int, obsProvider *observability.Provider, publicRootDomain string, publicRegionID string, ) *Server
NewServer creates a new HTTP server
func (*Server) SetQuotaRepository ¶ added in v0.5.0
func (s *Server) SetQuotaRepository(repo *quota.Repository)
type TemplateReconciler ¶
TemplateReconciler exposes minimal reconcile controls for template syncing.
Click to show internal directories.
Click to hide internal directories.