Documentation
¶
Index ¶
- func BeAvailable() matcher.GomegaMatcher
- func BeAvailableWithCustomSleepTime(sleepTime time.Duration) matcher.GomegaMatcher
- func GetOpenShiftGitOpsNSArgoCD() (*argov1beta1api.ArgoCD, error)
- func HaveApplicationControllerOperationProcessors(operationProcessors int) matcher.GomegaMatcher
- func HaveApplicationControllerStatus(status string) matcher.GomegaMatcher
- func HaveApplicationSetControllerStatus(status string) matcher.GomegaMatcher
- func HaveHost(host string) matcher.GomegaMatcher
- func HaveNotificationControllerStatus(status string) matcher.GomegaMatcher
- func HavePhase(phase string) matcher.GomegaMatcher
- func HaveRedisStatus(status string) matcher.GomegaMatcher
- func HaveRepoStatus(status string) matcher.GomegaMatcher
- func HaveSSOStatus(status string) matcher.GomegaMatcher
- func HaveServerStatus(status string) matcher.GomegaMatcher
- func LogInToDefaultArgoCDInstance() error
- func RunArgoCDCLI(args ...string) (string, error)
- func Update(obj *argov1beta1api.ArgoCD, modify func(*argov1beta1api.ArgoCD))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BeAvailable ¶
func BeAvailable() matcher.GomegaMatcher
BeAvailable waits for Argo CD instance to have .status.phase of 'Available'
func BeAvailableWithCustomSleepTime ¶
func BeAvailableWithCustomSleepTime(sleepTime time.Duration) matcher.GomegaMatcher
In most cases, you should probably just use 'BeAvailable'.
func GetOpenShiftGitOpsNSArgoCD ¶
func GetOpenShiftGitOpsNSArgoCD() (*argov1beta1api.ArgoCD, error)
func HaveApplicationControllerOperationProcessors ¶
func HaveApplicationControllerOperationProcessors(operationProcessors int) matcher.GomegaMatcher
func HaveApplicationControllerStatus ¶
func HaveApplicationControllerStatus(status string) matcher.GomegaMatcher
func HaveApplicationSetControllerStatus ¶
func HaveApplicationSetControllerStatus(status string) matcher.GomegaMatcher
func HaveHost ¶
func HaveHost(host string) matcher.GomegaMatcher
func HaveNotificationControllerStatus ¶
func HaveNotificationControllerStatus(status string) matcher.GomegaMatcher
func HavePhase ¶
func HavePhase(phase string) matcher.GomegaMatcher
func HaveRedisStatus ¶
func HaveRedisStatus(status string) matcher.GomegaMatcher
func HaveRepoStatus ¶
func HaveRepoStatus(status string) matcher.GomegaMatcher
func HaveSSOStatus ¶
func HaveSSOStatus(status string) matcher.GomegaMatcher
func HaveServerStatus ¶
func HaveServerStatus(status string) matcher.GomegaMatcher
func LogInToDefaultArgoCDInstance ¶
func LogInToDefaultArgoCDInstance() error
func RunArgoCDCLI ¶
func Update ¶
func Update(obj *argov1beta1api.ArgoCD, modify func(*argov1beta1api.ArgoCD))
Update will update an ArgoCD CR. Update will keep trying to update object until it succeeds, or times out.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.