reposerver

package
v1.1.0-rc8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2019 License: Apache-2.0 Imports: 17 Imported by: 102

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

func NewRepoServerClientset(address string, timeoutSeconds int) Clientset

NewRepoServerClientset creates new instance of repo server Clientset

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL