Create management cluster using controller behind feature flag #17102
Annotations
7 errors
build:
pkg/workflows/create_test.go#L56
cannot use clusterManager (variable of type *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager) as interfaces.ClusterManager value in argument to workflows.NewCreate: *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager does not implement interfaces.ClusterManager (missing method ApplyEKSASpec)
|
build:
pkg/workflows/create_test.go#L443
cannot use test.clusterManager (variable of type *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager) as interfaces.ClusterManager value in struct literal: *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager does not implement interfaces.ClusterManager (missing method ApplyEKSASpec)
|
build:
pkg/workflows/create_test.go#L470
cannot use test.clusterManager (variable of type *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager) as interfaces.ClusterManager value in struct literal: *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager does not implement interfaces.ClusterManager (missing method ApplyEKSASpec)
|
build:
pkg/workflows/delete_test.go#L42
cannot use clusterManager (variable of type *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager) as interfaces.ClusterManager value in argument to workflows.NewDelete: *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager does not implement interfaces.ClusterManager (missing method ApplyEKSASpec)
|
build:
pkg/workflows/upgrade_test.go#L68
cannot use clusterManager (variable of type *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager) as interfaces.ClusterManager value in argument to workflows.NewUpgrade: *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager does not implement interfaces.ClusterManager (missing method ApplyEKSASpec)
|
build:
pkg/workflows/management/upgrade_test.go#L63
cannot use clusterManager (variable of type *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager) as interfaces.ClusterManager value in argument to management.NewUpgrade: *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager does not implement interfaces.ClusterManager (missing method ApplyEKSASpec)
|
build
Process completed with exit code 2.
|