Documentation ¶
Index ¶
- type ArgoCD
- func (_m *ArgoCD) GetApplication(ctx context.Context, appName string) (*v1alpha1.Application, error)
- func (_m *ArgoCD) ListApplications() ([]v1alpha1.Application, error)
- func (_m *ArgoCD) UpdateSpec(ctx context.Context, spec *application.ApplicationUpdateSpecRequest) (*v1alpha1.ApplicationSpec, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArgoCD ¶
ArgoCD is an autogenerated mock type for the ArgoCD type
func (*ArgoCD) GetApplication ¶
func (_m *ArgoCD) GetApplication(ctx context.Context, appName string) (*v1alpha1.Application, error)
GetApplication provides a mock function with given fields: ctx, appName
func (*ArgoCD) ListApplications ¶
func (_m *ArgoCD) ListApplications() ([]v1alpha1.Application, error)
ListApplications provides a mock function with given fields:
func (*ArgoCD) UpdateSpec ¶
func (_m *ArgoCD) UpdateSpec(ctx context.Context, spec *application.ApplicationUpdateSpecRequest) (*v1alpha1.ApplicationSpec, error)
UpdateSpec provides a mock function with given fields: ctx, spec
Click to show internal directories.
Click to hide internal directories.