Documentation ¶
Index ¶
- Variables
- func AddHTTPSCredentialsTLSClientCert()
- func AddHTTPSCredentialsUserPass()
- func AddHTTPSRepo(insecure bool, credentials bool, repoURLType fixture.RepoURLType)
- func AddHTTPSRepoClientCert(insecure bool)
- func AddHelmRepo(name string)
- func AddSSHCredentials()
- func AddSSHRepo(insecure bool, credentials bool, repoURLType fixture.RepoURLType)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CertPath = mustToAbsPath("../fixture/certs/argocd-test-client.crt") CertKeyPath = mustToAbsPath("../fixture/certs/argocd-test-client.key") )
Functions ¶
func AddHTTPSCredentialsTLSClientCert ¶ added in v1.4.0
func AddHTTPSCredentialsTLSClientCert()
AddHTTPSRepoCredentialsTLSClientCert adds E2E for HTTPS repos to context
func AddHTTPSCredentialsUserPass ¶ added in v1.4.0
func AddHTTPSCredentialsUserPass()
AddHTTPSRepoCredentialsUserPass adds E2E username/password credentials for HTTPS repos to context
func AddHTTPSRepo ¶
func AddHTTPSRepo(insecure bool, credentials bool, repoURLType fixture.RepoURLType)
sets the current repo as the default HTTPS test repo
func AddHTTPSRepoClientCert ¶ added in v1.2.0
func AddHTTPSRepoClientCert(insecure bool)
sets a HTTPS repo using TLS client certificate authentication
func AddHelmRepo ¶ added in v1.3.0
func AddHelmRepo(name string)
func AddSSHCredentials ¶ added in v1.4.0
func AddSSHCredentials()
AddSSHRepoCredentials adds E2E fixture credentials for SSH repos to context
func AddSSHRepo ¶
func AddSSHRepo(insecure bool, credentials bool, repoURLType fixture.RepoURLType)
sets the current repo as the default SSH test repo
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.