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(kubeclientset kubernetes.Interface, namespace string) *ArgoCDRepoServer
NewServer returns a new instance of the ArgoCD Repo server
func (*ArgoCDRepoServer) CreateGRPC ¶
func (a *ArgoCDRepoServer) CreateGRPC(gitClient git.Client) *grpc.Server
CreateGRPC creates new configured grpc server
type Clientset ¶
type Clientset interface {
NewRepositoryClient() (util.Closer, repository.RepositoryServiceClient, error)
}
Clientset represets repository server api clients
func NewRepositoryServerClientset ¶
NewRepositoryServerClientset creates new instance of repo server Clientset
Directories ¶
Path | Synopsis |
---|---|
Package repository is a generated protocol buffer package.
|
Package repository is a generated protocol buffer package. |
Click to show internal directories.
Click to hide internal directories.