Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.0.7
type Config struct {
Log *zap.Logger
GitalyPool gitaly.PoolInterface
GitLabClient gitlab.ClientInterface
AgentConfigurationPollPeriod time.Duration
GitopsPollPeriod time.Duration
UsageReportingPeriod time.Duration
Registerer prometheus.Registerer
Sentry sentryapi.Hub
}
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) GetConfiguration ¶
func (s *Server) GetConfiguration(req *agentrpc.ConfigurationRequest, stream agentrpc.Kas_GetConfigurationServer) error
func (*Server) GetObjectsToSynchronize ¶
func (s *Server) GetObjectsToSynchronize(req *agentrpc.ObjectsToSynchronizeRequest, stream agentrpc.Kas_GetObjectsToSynchronizeServer) error
Click to show internal directories.
Click to hide internal directories.