Documentation
¶
Index ¶
- func HaveHealthStatusCode(expectedHealth health.HealthStatusCode) matcher.GomegaMatcher
- func HaveOperationStatePhase(expectedPhase common.OperationPhase) matcher.GomegaMatcher
- func HaveSyncStatusCode(expected appv1alpha1.SyncStatusCode) matcher.GomegaMatcher
- func Update(obj *appv1alpha1.Application, modify func(*appv1alpha1.Application))
- func UpdateWithError(obj *appv1alpha1.Application, modify func(*appv1alpha1.Application)) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HaveHealthStatusCode ¶
func HaveHealthStatusCode(expectedHealth health.HealthStatusCode) matcher.GomegaMatcher
func HaveOperationStatePhase ¶
func HaveOperationStatePhase(expectedPhase common.OperationPhase) matcher.GomegaMatcher
func HaveSyncStatusCode ¶
func HaveSyncStatusCode(expected appv1alpha1.SyncStatusCode) matcher.GomegaMatcher
HaveSyncStatusCode waits for Argo CD to have the given sync status
func Update ¶
func Update(obj *appv1alpha1.Application, modify func(*appv1alpha1.Application))
Update will keep trying to update object until it succeeds, or times out.
func UpdateWithError ¶
func UpdateWithError(obj *appv1alpha1.Application, modify func(*appv1alpha1.Application)) error
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.