Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArgoCDRepoServer ¶
type ArgoCDRepoServer struct {
// contains filtered or unexported fields
}
ArgoCDRepoServer is the repo server implementation
func NewServer ¶
func NewServer(gitFactory git.ClientFactory, cache *cache.Cache, tlsConfCustomizer tlsutil.ConfigCustomizer, parallelismLimit int64) (*ArgoCDRepoServer, error)
NewServer returns a new instance of the Argo CD Repo server
func (*ArgoCDRepoServer) CreateGRPC ¶
func (a *ArgoCDRepoServer) CreateGRPC() *grpc.Server
CreateGRPC creates new configured grpc server
type Clientset ¶
type Clientset interface {
NewRepoServerClient() (util.Closer, repository.RepoServerServiceClient, error)
}
Clientset represets repository server api clients
func NewRepoServerClientset ¶ added in v0.12.0
NewRepoServerClientset creates new instance of repo server Clientset
Click to show internal directories.
Click to hide internal directories.