package
0.0.0-20250108170252-d16afb3b2a6c
Repository: https://github.com/argoproj-labs/argocd-agent.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithInsecureSkipTLSVerify configures the Remote to skip verification of the TLS server certificate.
WithRootAuthorities configures the Remote to use TLS certificate authorities from PEM data in caData for verifying server certificates.
WithRootAuthoritiesFromFile configures the Remote to use TLS certificate authorities from file caPath for verifying server certificates.
No description provided by the author
WithTLSClientCertFromBytes configures the Remote to present the client cert given as certData and private key given as keyData on every outbound connection.
WithTLSClientCertFromFile configures the Remote to present the client cert loaded from certPath and private key loaded from keyPath on every outbound connection.
The agent will rely on gRPC over WebSocket for bi-directional streaming.

# Structs

Remote represents a remote argocd-agent server component.

# Type aliases

No description provided by the author