Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArgoCDCMPServer ¶
type ArgoCDCMPServer struct {
// contains filtered or unexported fields
}
ArgoCDCMPServer is the config management plugin server implementation
func NewServer ¶
func NewServer(initConstants plugin.CMPServerInitConstants) (*ArgoCDCMPServer, error)
NewServer returns a new instance of the Argo CD config management plugin server
func (*ArgoCDCMPServer) CreateGRPC ¶
func (a *ArgoCDCMPServer) CreateGRPC() (*grpc.Server, error)
CreateGRPC creates new configured grpc server
func (*ArgoCDCMPServer) Run ¶
func (a *ArgoCDCMPServer) Run()
func (*ArgoCDCMPServer) Shutdown ¶
func (a *ArgoCDCMPServer) Shutdown(address string)
Click to show internal directories.
Click to hide internal directories.