Skip to content

Commit

Permalink
Argo api expect
Browse files Browse the repository at this point in the history
  • Loading branch information
trdoyle81 committed Jul 25, 2024
1 parent 5af83f0 commit 77014cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import (
// Import all Kubernetes client auth plugins (e.g. Azure, GCP, OIDC, etc.)
// to ensure that exec-entrypoint and run can make use of them.
argov1alpha1api "github.com/argoproj-labs/argocd-operator/api/v1alpha1"
argoapi "github.com/argoproj-labs/argocd-operator/api/v1beta1"
argov1beta1api "github.com/argoproj-labs/argocd-operator/api/v1beta1"
argocdprovisioner "github.com/argoproj-labs/argocd-operator/controllers/argocd"
monitoringv1 "github.com/coreos/prometheus-operator/pkg/apis/monitoring/v1"
Expand Down Expand Up @@ -128,6 +129,7 @@ var _ = BeforeSuite(func() {
Expect(configv1.AddToScheme(scheme.Scheme)).NotTo(HaveOccurred())
Expect(templatev1.AddToScheme(scheme.Scheme)).NotTo(HaveOccurred())
Expect(appsv1.AddToScheme(scheme.Scheme)).NotTo(HaveOccurred())
Expect(argoapi.AddToScheme(scheme.Scheme)).NotTo(HaveOccurred())

//+kubebuilder:scaffold:scheme

Expand Down

0 comments on commit 77014cf

Please sign in to comment.