Documentation ¶
Index ¶
- Variables
- func AddHTTPSCredentialsTLSClientCert()
- func AddHTTPSCredentialsUserPass()
- func AddHTTPSRepo(insecure bool, credentials bool, repoURLType fixture.RepoURLType)
- func AddHTTPSRepoClientCert(insecure bool)
- func AddHelmOCIRepo(name string)
- func AddHelmRepo(name string)
- func AddHelmoOCICredentialsWithoutUserPass()
- func AddSSHCredentials()
- func AddSSHRepo(insecure bool, credentials bool, repoURLType fixture.RepoURLType)
- func PushChartToOCIRegistry(chartPathName, chartName, chartVersion string)
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 ¶
func AddHTTPSCredentialsTLSClientCert()
AddHTTPSRepoCredentialsTLSClientCert adds E2E for HTTPS repos to context
func AddHTTPSCredentialsUserPass ¶
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 ¶
func AddHTTPSRepoClientCert(insecure bool)
sets a HTTPS repo using TLS client certificate authentication
func AddHelmOCIRepo ¶ added in v2.1.0
func AddHelmOCIRepo(name string)
func AddHelmRepo ¶
func AddHelmRepo(name string)
func AddHelmoOCICredentialsWithoutUserPass ¶ added in v2.1.0
func AddHelmoOCICredentialsWithoutUserPass()
AddHelmoOCICredentialsWithoutUserPass adds credentials for Helm OIC repo to context
func AddSSHCredentials ¶
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
func PushChartToOCIRegistry ¶ added in v2.1.0
func PushChartToOCIRegistry(chartPathName, chartName, chartVersion string)
PushChartToOCIRegistry adds a helm chart to helm OCI registry
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.